Re: NSMutableDictionary OR NSDictionary
Re: NSMutableDictionary OR NSDictionary
- Subject: Re: NSMutableDictionary OR NSDictionary
- From: Henrique Gomes <email@hidden>
- Date: Fri, 23 Mar 2012 11:17:30 +0000
So you want the value for that key to be an Array, with two elements, each one a Dictionary?
HG
On Mar 23, 2012, at 10:35 AM, Raymond NANEON wrote:
> 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
> Envoyé depuis iCloud
> _______________________________________________
> 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
_______________________________________________
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