CoreClasses Xojo Plugin

ObjectArray.Append Method (console safe)

Use this method to append a object to the array.

Append(
   item as Object)

Parameters

item
The Object to append.

Remarks

See Also

ObjectArray Class