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

Count Property
Hash Table Class

Public Property Get Count( _
    ) As Long

Return the number of definitions (Key and Item pairs) currently stored in the hash table.

Example:
    Assuming
       Dim htTemp As New HashTable
       htTemp.Add "SubName", 23
       htTemp.Add "FunctionName", 24
       Dim lngCount As Long
    for example
       lngCount = htTemp.Count
    leaves
       lngCount = 2
See also:
    Resize Method

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