Sorry for asking so many simple questions. i would like to create more than one array. When I create my first array I do this:
Now I have a problem, I want to create a second array but don't know how to do it. Creating an array in the same way as before just crashes my app (which is what I expected it to do).
Please Help.

Code:
NSMutableArray *myArray = [[NSMutableArray alloc] init];
Please Help.