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
Specifies the target variable (must be specified BYREF).
If the method is successful, it returns ER_OK; otherwise, it returns ER_FAIL.
Last modified date: 06/25/2024