Array Collection - RemoveAt Method

Removes the item at the specified position

Member of Array Collection (PRIM_ACOL)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)PRIM_OBJTReference to the object that was removed
Index*InputIntegerItem to be removed

Details

RemoveAt will remove the item at the specified index.
 
Attempting to remove an item that does not exist will result in a run time error.

Example

Removing the 4th item from the collection
#RemovedItem <= #Collection.RemoveAt(4)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2