CoreClasses Xojo Plugin

IArray.RemoveAt Method (console safe)

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

RemoveAt(
   Where as Integer)

Parameters

Where
Use this parameter to specify where to remove from.

Remarks

Containers that Implement IArray should be 0 based, that is the first item is number 0.

See Also

IArray Interface