Remove method removes an item |
Member of Array Collection (PRIM_ACOL)
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the object that was removed | |
Object | *Input | Instance to be removed from the collection |
Remove will remove the first instance of the reference from the collection.
Any additional references will remain in the collection.
Removing an instance from a collection.
#RemovedInstance <= #Collection.Remove(#Object)