M
msnews.microsoft.com
So what is the best way to iterate through the hash table to remove all the
members?
i tried using the enumerator but it gets an exception as it removes each
element.
dim de as dictionaryEntry
for each de in xHashTable
xHashTable.remove(de.key)
next
I am missing the vb6 scripting.dictionary.removeall.
Thanks,
jeff
members?
i tried using the enumerator but it gets an exception as it removes each
element.
dim de as dictionaryEntry
for each de in xHashTable
xHashTable.remove(de.key)
next
I am missing the vb6 scripting.dictionary.removeall.
Thanks,
jeff