JSON Array - InsertNumber Method
Add a number to the array
Member of JSON Array (PRIM_WEB.JsonArray)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | PRIM_WEB.JsonNumber | Reference to the newly created number element |
| Number | *Input | Decimal | Value of the number element |
The InsertNumber method creates a new Number element in the array.
Febuary 18 V14SP2