Re: Two dimensional array
Re: Two dimensional array
- Subject: Re: Two dimensional array
- From: Ben Dougall <email@hidden>
- Date: Thu, 13 Nov 2003 23:13:12 +0000
On Thursday, November 13, 2003, at 10:10 pm, Jay Rimalrick wrote:
how can I do this in objective c and how can I access the members?
oh yeah, and to get at "h", say, which is the 3rd element of the 2nd
array:
NSLog(@"%@", [[root objectAtIndex:1] objectAtIndex:2] );
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.