CoreClasses Xojo Plugin

ObjectArray.Remove Method (console safe)

Use this method to remove a single object from the array.

Remove(
   Where as Integer)

Parameters

Where
Use this parameter to specify where to remove from.

Remarks

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

See Also

ObjectArray Class