Public Sub RemoveAll()
Assuming
Dim htTemp As New HashTable
htTemp.Add "FunctionName", 23
htTemp.Add "FunctionName", 24
for example
htTemp.RemoveAll
leaves
htTemp.Count = 0See also: Resize Method
Remove Methodv1.5 Change: Removed the vInitialSize argument. This method will either reinitialize the hash table to its initial size (if the Contract property is True), or it will reinitialize it to its current size (if Contract is False). Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.