append Statement
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. | |
Examples |
NONE
|