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

Count Property
Symbol Table Class

Public Property Get Count( _
    ) As Long

Return the number of definitions (Name and Value pairs) currently stored in the Symbol Table.

Example:
    Assuming
       Dim stTemp As New SymbolTable
       stTemp.Add "SubName", 23
       stTemp.Add "FunctionName", 24
    for example
       stTemp.Count = 2
See also:
    Name Property
    Value Property

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