Array question
Array question
- Subject: Array question
- From: Derrick Carlin <email@hidden>
- Date: Sun, 17 Jul 2005 13:32:09 -0700
I've been searching on-line and was able to learn how to create an
array like so...
NSMutableArray *productArray;
productArray = [[NSMutableArray alloc] init];
[productArray addObject: @"Pack 1"];
NSLog(@"Array description: %@ items.\n", productArray);
How can I send several items to an array at the same time:
Like "pack1", "pack2" etc.
D
-
Derrick Carlin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden