Array Collection - Remove Method

Remove method removes an item

Member of Array Collection (PRIM_ACOL)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)PRIM_OBJTReference to the object that was removed
Object*InputPRIM_OBJTInstance to be removed from the collection

Details

Remove will remove the first instance of the reference from the collection.
 
Any additional references will remain in the collection.

Example

Removing an instance from a collection.
#RemovedInstance <= #Collection.Remove(#Object)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2