Can somebody please post a code sample how to iterate all dictionary keys, and get the entry data stored for each key?
And also, what is the best way to update the entry record for an already available key? Is it necessary to free storage, before overriding the entry, or is there any "update" method available ?
Thanks
Can somebody please post a code sample how to iterate all dictionary keys, and get the entry data stored for each key?
And also, what is the best way to update the entry record for an already available key? Is it necessary to free storage, before overriding the entry, or is there any "update" method available ?
Thanks