removing objects from arrays
- by Sam Jarman
Hey All
I have an array(NSMutableArray) with 8 objects.
I then remove number 5 (removeObjectAtIndex:4)
does the array now count only 7 objects? or 8 with a space?
I need to know. I plan to 'drain the array' after doing a thing with each object.
Cheers Guys
Sam