Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
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
Code Block
languagenone
append item1 to myArray;