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

Exists Function
Hash Table Class

Public Function Exists( _
    ByVal vKey As Variant _
    ) As Boolean

Return True if the Key exists within the hash table.

Example:
    Assuming
       Dim htTemp As New HashTable
       htTemp.Add "FunctionName", 23
       Dim bResult As Boolean
    for example
       bResult = htTemp.Exists("FunctionName")
    leaves
       bResult = True
vKey: The string or numeric identifier whose existence within the hash table is to be checked.
Return value: Method returns True if the Key was found within the hash table, and it returns False if the Key does NOT exist within the hash table.
See also:
    Lookup Method
    Compare Property
v1.5 Addition: This method is new to version 1.5 of Entisoft Tools.

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