Language Reference Guide : 4. System Classes : JsonNumber Class : GetValue Method
 
Share this page                  
GetValue Method
Gets the value into a numeric byref variable.
This method has the following syntax:
integer = JsonNumber.GetValue(value = BYREF(variable))
value
Specifiies the target variable (should be specified BYREF).
If the method is successful, it returns ER_OK; otherwise, it returns ER_FAIL.