Method Get():_assign() Foundation

Assigns the value of the edit buffer to the associated variable.

Syntax
:_assign() --> self
Return

:_assign() returns a reference to the Get object.

Description

This method evaluates the data code block, passing as an argument the value in the edit buffer transformed to match the data type of the associated variable. The method :_assign() is equivalent to calling oGet:varPut(oGet:unTransform()).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.