Remove method removes an item
Member of Sorted Dictionary Collection (PRIM_SDCO)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | PRIM_OBJT | Reference to the object that was removed |
Key | *Input | PRIM_OBJT | Key used to access the collection item |
Remove will remove the instance identified by the key parameter from the collection.
Removing an instance from the collection.
#RemovedInstance <= #Collection.Remove(#Key)
Febuary 18 V14SP2