Removes a value from the list at a specified index.
Public Sub RemoveAt( ByVal Index As Long )
When removing an item, the remaining items maintain there current order relative to the other items.
Project CorLib Overview
Class ArrayList Overview