Public Sub Add( _ ByVal vValue As Variant _ )
Assuming Dim lstTemp As New List for example lstTemp.Add "FunctionName" lstTemp.Add "FunctionName" leaves lstTemp.Count = 2See also:
AddOrUpdate Subroutine Lookup FunctionvValue: Value that will inserted into the List. vValue can be any type of Variant value (vbString, numeric, vbDate, vbObject, vbArray, etc.).
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.