Unicode Controls & Classes for VB6 - Version 4

cArrayList.Remove Method

Removes the element at the specified position

Syntax
Public Sub Remove (Optional ByVal Index As Long = -1)
Parameters
Parameter Description
Optional ByVal Index As Long = -1 The remove index; if not specified removes the last item
Remarks