You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
append anObject to anArray
SemanticsAppends an object to an array. The array does not necessarily have to be created beforehand (see Creating Arrays).
SubstitutablesanArrayCan be any variable or object attribute having the type Array
anObjectCan be any object.
Examples
append item1 to myArray;
  • No labels