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

node ninja picture node ninja · Oct 20, 2010 · Viewed 36.4k times · Source

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