jsonAddValueFloat (Function) |
Top Previous Next |
jsonAddValueFloat adds the provided floating point value to the end of the given JSON array, growing the size of the array by 1.
Input: o : SYSHANDLE A handle to the JSON array to add the value to.
value : DOUBLE The value to add.
Returns: INT
Declaration: FUNCTION jsonAddValueFloat : INT;
Example: INCLUDE rtcu.inc
|