How to change the value of an NSMutableArray at a particular index

Viewed 37120

[array objectAtIndex:i] doesn't work as an L value, so it can't be used to set the object at index i.

1 Answers
Related