Method Get():unTransform() Foundation
Converts the edit buffer to the data type of the associated variable.
:unTransform() --> xValue
:unTransform() returns the value of the edit buffer transformed into the data type which matches the data type of the associated variable.
This method transforms the character string in the edit buffer into a value with the data type which matches that of the associated variable. The data type required is identified by a single character held in the instance variable :type. This character corresponds to the result of the function Valtype() (see VALTYPE()).
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.