CoreClasses Xojo Plugin

IArray.Append Method (console safe)

Use this method on containers that Implement the IArray Interface to Append a item to the container.

Append(
   item as Object)

Parameters

item
The Object to append.

Remarks

See Also

IArray Interface