Public Sub AddFromHashTable( _
ByRef vhtAdd As HashTable _
, Optional ByVal vUpdateDuplicateKeys As Boolean = True _
) Assuming
Dim htTemp As HashTable
htTemp.Add "FunctionName", 23
Dim htOther As HashTable
htOther.Add "SubName", 24
for example
htTemp.AddFromHashTable htOther, True
leaves
htTemp.Count = 2vhtAdd: The hash table whose Keys and Items are added to the current hash table. Add Method
AddOrUpdate Method
Update Methodv1.5 Addition: This method is new to version 1.5 of Entisoft Tools. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.