NSMutableDictionary OR NSDictionary
NSMutableDictionary OR NSDictionary
- Subject: NSMutableDictionary OR NSDictionary
- From: Raymond NANEON <email@hidden>
- Date: Fri, 23 Mar 2012 10:35:29 +0000 (GMT)
Hi,
I Want to add dictionary to a key that already has dictionary in order to have two dictionaries for the same key.
i.e : Data.valueForkey(28)={uv = "CMX4"; salle = "B001"; temp = 8; semaine = "2"; type = "TP"; id = "0"; weekname = "A"; }
And add this value {uv = "CMX4"; salle = "B001"; temp = 8; semaine = "2"; type = "TP"; id = "0"; weekname = "A"; } for the same key 28
finally : Data.valueForkey(28) = { {uv = "CMX4"; salle = "B001"; temp = 8; semaine = "2"; type = "TP"; id = "0"; weekname = "A"; };{uv = "CMX4"; salle = "B001"; temp = 8; semaine = "2"; type = "TP"; id = "0"; weekname = "A"; } } like nested dictionary
Impossible to use "append" of StringBuilder
Thanks for your help
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden