• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSMutableDictionary OR NSDictionary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
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

  • Follow-Ups:
    • Re: NSMutableDictionary OR NSDictionary
      • From: Henrique Gomes <email@hidden>
  • Prev by Date: Re: Understanding Component Initialization
  • Next by Date: Re: NSMutableDictionary OR NSDictionary
  • Previous by thread: Re: Multiple CCAjaxLongResponsePages For Single Task
  • Next by thread: Re: NSMutableDictionary OR NSDictionary
  • Index(es):
    • Date
    • Thread