magickaito on 03/28/11
Last Edited at 03/28/11 09:40pm
NSArray *numbers;NSString *string; numbers = [NSArray arrayWithObjects: @"One", @"Two", @"Three", nil];string = [numbers objectAtIndex: 2]; // @"Three"
Report this snippet Tweet
Comment:
You need to login to post a comment.