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