ArrayList: Remove |
Removes a value from the list.
Public Sub Remove( ByRef Value As Variant )
If the value is an object, then it must be the same instance of the object to be removed.
When removing an item, the remaining items maintain there current order relative to the other items.