Language Reference Guide : 4. System Classes : JsonNumber Class : SetValue Method
 
Share this page                  
SetValue Method
Sets the value from a numeric variable.
This method has the following syntax:
integer = JsonNumber.SetValue(value = variable)
value
The numeric value from which the value of the JsonNumber should be set.
If the method is successful, it returns ER_OK; otherwise, it returns ER_FAIL.