ArrayAppend
Append a value to an array
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The array to which the element should be appended. | |
|
|
| The element to append. Can be any type. | |
|
|
| If true, the value is assumed to be an array and the elements of the array are appended to the array. If false, the value is appended as a single element. |
|
Examples
Related
Last updated