<-- Previous || Up || Next -->

Add Sub
List Class

Public Sub Add( _
    ByVal vValue As Variant _
    )

Add a new Value to the List,
even if the Value is not unique.

Example:
    Assuming
       Dim lstTemp As New List
    for example
       lstTemp.Add "FunctionName"
       lstTemp.Add "FunctionName"
    leaves
       lstTemp.Count = 2
See also:
    AddOrUpdate Subroutine
    Lookup Function
vValue: Value that will inserted into the List. vValue can be any type of Variant value (vbString, numeric, vbDate, vbObject, vbArray, etc.).
v1.3 BugFix: This Subroutine has been fixed to support the storage of Object and DataObject type Values.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.