Breadcrumbs

append Statement

Syntax

append anObject to anArray

Semantics

Appends an object to an array. The array does not necessarily have to be created beforehand (see Creating Arrays).

Substitutables

anArray

Can be any variable or object attribute having the type Array

anObject

Can be any object.

Examples

append item1 to myArray;
Related Pages: