ArrayList: Remove |
Removes a value from the list.
Public Sub Remove( ByRef Value As Variant, Optional ByVal Comparer As IComparer )
If the value is an object, then it must be the same instance of the object to be removed. This behaviour can be overriden with a custom comparer.
When removing an item, the remaining items maintain there current order relative to the other items.
Class ArrayList Overview ArrayList Properties ArrayList Methods NewEnum RemoveAt