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

Keys Property
Hash Table Class

Public Property Get Keys( _
    ) As Variant()

Return all of the Keys in a one-dimensional Variant array with elements between 1 and Count.

Example:
    Assuming
       Dim htTemp As New HashTable
       htTemp.Add "SubName", 23
       htTemp.Add "FunctionName", 24
       Dim avarTemp() As Variant
    for example
       avarTemp = htTemp.Keys
    leaves
       avarTemp(1) = "SubName"
       avarTemp(2) = "FunctionName"
See also:
    Items Property
    KeysAndItems Property
    Key Property
v1.5 Addition: This property is new to version 1.5 of Entisoft Tools.

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