Public Function Update( _
ByVal vKey As Variant _
, ByVal vItem As Variant _
) As Boolean Assuming
Dim htTemp As New HashTable
htTemp.Add "FunctionName", 23
Dim bResult As Boolean
for example
bResult = htTemp.Update("FunctionName", 24)
leaves
bResult = True
and
bResult = htTemp.Update("StringReverse", 24)
leaves
bResult = FalsevKey: The string or numeric identifier whose Item will be updated to vItem. AddOrUpdate Method
Add Method
AddFromHashTable Method
Lookup Method
Remove Methodv1.3 BugFix: This method has been fixed to support the storage of Object and DataObject type Items. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.