Hi Henrique,

Thanks, I go to try it now;

Ray
Envoyé depuis iCloud

Le 23 mar 2012 à 04:17, Henrique Gomes <[email protected]> a écrit :

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 protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/lists%40farol.pt
>
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to