Re: multidimensional arrays
Re: multidimensional arrays
- Subject: Re: multidimensional arrays
- From: Andy Armstrong <email@hidden>
- Date: Mon, 14 Mar 2005 13:01:33 +0000
On 14 Mar 2005, at 12:39, j o a r wrote:
Wouldn't that require that NSArray supported that some indexes are not
populated with data (which it doesn't)?
Does it? Why? It's no different from the single index case apart from
the fact that the indexes are computed.
Of course, you could pre-populate your array with dummy data ([NSNull
null] or similar), in which case it would probably work like you
suggest.
Or even not do that in which case it'll still work like I suggest :)
--
Andy Armstrong, hexten.net
_______________________________________________
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