CoreClasses Xojo Plugin

ObjectArray.Remove Method (console safe)

Use this method to remove objects from the array.

Remove(
   Where as Integer,
   Count as Integer)

Parameters

Where
Use this parameter to specify where to remove from.
Count
Use this parameter to specify how many items to remove.

Remarks

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

See Also

ObjectArray Class