Removes the item at the specified position |
Member of Sorted Array Collection (PRIM_SACO)
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the object that was removed | |
Index | *Input | Integer | Item to be removed |
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.
Removing the 4th item from the collection
#RemovedItem <= #Collection.RemoveAt(4)