Re: Dictionary
Re: Dictionary
- Subject: Re: Dictionary
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 24 Aug 2007 09:42:07 -0600
On Aug 24, 2007, at 3:33 PM, Dallas Brown wrote:
Is it possible, and if so, how, to have a dictionary where one or
more values for a key is an array?
There's nothing stopping you from putting an array into a dictionary.
You can only have one object per key, however (and that one object
can be an NSArray or NSSet containing other objects).
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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
References: | |
| >Dictionary (From: Dallas Brown <email@hidden>) |