Was this helpful?
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.
Last modified date: 12/20/2023