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

Count Property
List Class

Public Property Get Count( _
    ) As Long

Return the number of Values currently stored in the List.

Example:
    Assuming
       Dim lstTemp As New List
       lstTemp.Add "SubName"
       lstTemp.Add "FunctionName"
    for example
       lstTemp.Count = 2
See also:
    Value Property

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