Re: Help in 2 Diamensional Array
Re: Help in 2 Diamensional Array
- Subject: Re: Help in 2 Diamensional Array
- From: Robert Walker <email@hidden>
- Date: Fri, 31 Mar 2006 10:41:02 -0500
NSArray is simply a "collection" of objects. I don't think it makes
sense for them to be multi-dimensional. NSArray require object
references as elements.
I think we need more details about what you are trying to
accomplish. I don't believe NSArray is what you want here. Maybe
what you really want is an NSDictionary or possibly an NSArray
containing NSDictionaries as elements.
On Mar 31, 2006, at 9:15 AM, Anoop wrote:
Hai All,
Can I use a 2 two dimensional array in NSArray ?,if yes how is it
possible I
want to reuse that array in the method performSelector: withObject:
how is
it possible,if I am able to manage a 2 dimensional array in this
method
will it create any problems with the memory.
Thanks for all replays in advance.
--
With Regards,
Anoop
--
Robert Walker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden