CoreClasses Xojo Plugin

ObjectArray.Insert Method (console safe)

Use this method to insert a object to the array.

Insert(
   Where as Integer,
   item as Object)

Parameters

Where
Use this parameter to specify where to insert the new item.
item
The Object to insert.

Remarks

ObjectArray is 0 based, that is the first item is number 0.

See Also

ObjectArray Class