0

i have an array and i want to extract value of array at specific index like:

NSString Val1 = Array1[index1];

array is NSMutableArray.

1
  • What type of values is in the array? NSSting/NSObject/int/double? Commented Feb 24, 2011 at 16:02

1 Answer 1

5
NSString *stringToExtract = [arrayToExtractFrom objectAtIndex:0];
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.