Dictionary
Dictionary
- Subject: Dictionary
- From: Dallas Brown <email@hidden>
- Date: Fri, 24 Aug 2007 14:33:40 -0700
Is it possible, and if so, how, to have a dictionary where one or more
values for a key is an array?
So for example something that would end up like this:
(I understand if it is possible it probably wouldn't be like this
example, but hopefully the example will at least explain what I am
trying to get)
<plist version="1.0">
<dict>
<key>Items</key>
<array>
<item>
<itemColor>blue</itemColor>
</item>
<item>
<itemColor>red</itemColor>
</item>
<item>
<itemColor>white</itemColor>
</item>
<item>
<itemColor>green</itemColor>
</item>
</array>
</dict>
</plist>
Thanks!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden