Unicode Controls & Classes for VB6 - Version 4

cArrayList.Add Method

Adds a specified Object instance to the ArrayList

Syntax
Public Sub Add (ByVal Value As Object, _
Optional ByVal Index As Long = -1)
Parameters
Parameter Description
ByVal Value As Object The Object value to add
Optional ByVal Index As Long = -1 The insert position; if not specified it append the element
Remarks