Language Reference Guide : 4. System Classes : DynExpr Class : GetValue Method
 
Share this page                  
GetValue Method
The GetValue method re-evaluates the expression that was specified when the DynExpr object was created and places the result in the specified variable
This method has the following syntax:
integer = DynExpr.GetValue(value = byref(variable))
The data type of the value parameter must be compatible with the type of the DynExpr object.
If the method is successful, it returns ER_OK. If it is not successful, it returns a non-zero value. Descriptions of system constant values and their numeric equivalents are listed in Error Codes.