append Statement
Appends an object to an array.
Syntax |
| |
---|---|---|
Semantics | Appends an object to an array. The array does not necessarily have to be created beforehand (see Creating Arrays). | |
Substitutables |
| Can be any variable or object attribute having the type Array. |
| Can be any object of the array type. | |
Examples | Input: an array of names
JSON
CODE
Result:
JSON
|
Related Content
Related Pages:
- append Statement
Appends an object to an array.
- buildMap() Operation
Builds a map from an array.
- concatArrays() Operation
Concatenates the elements of one or more arrays to a target array.
- Creating Objects of Base and Complex Types
How to create objects of simple and complex type.
Object References
The Designer uses references for all objects. This page explains the concept and implications of object references.