Public Function Remove( _ ByVal vKey As Variant _ ) As Boolean
Assuming Dim htTemp As New HashTable htTemp.Add "FunctionName", 23 htTemp.Add "FunctionName", 24 Dim bResult As Boolean for example bResult = htTemp.Remove("FunctionName") leaves bResult = True htTemp.Count = 1vKey: The string or numeric identifier of the hash table entry that is to be removed.
RemoveAll Method Lookup Method Add Method AddOrUpdate MethodNote: If there are multiple hash table definitions with the same Key, this method will remove the one that was mostly-recently-added.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.