ArrayList: Remove

Remove

Removes a value from the list.



 Public Sub Remove(
	  ByRef Value As Variant )

Parameters

Value
[ByRef] Variant. The value to be removed.

Remarks

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.

See Also

Project CorLib Overview

Class ArrayList Overview