Dictionaries - found it
Dictionaries - found it
- Subject: Dictionaries - found it
- From: April Gendill <email@hidden>
- Date: Wed, 15 Oct 2003 20:40:21 -0700
I figured it out. The whole search a nested dictionary, remove and item
without upsetting the structure. It took a while but this method I
wrote guarantees that only the correct item will be removed and with
two value changes and a command change (from removeObjectForKey to
setObject:forKey: ) I can use it to correct the structure of the
dictionary. (I was thinking of cheating and tagging on a BOOL at the
end of the method, if yes, add the object if no, remove it)
April
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.