Skip to main content
Skip table of contents

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

NONE
append item1 to myArray;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.