ezjson_array_append_real
Syntax
native bool:ezjson_array_append_real(EzJSON:array, Float:number);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
| number | Real number to set |
Description
Appends a real number in the array.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array