Re: Lost entries in Hashtable
Posted By:
Simon_Ablett
Posted On:
Thursday, July 11, 2002 02:45 AM
Try enumerating through the hashtable looking at all of the entries (key and data) rather than trying to access specific entries using their keys.
Regards.