Easy/Quick Question...
Easy/Quick Question...
- Subject: Easy/Quick Question...
- From: ben milford <email@hidden>
- Date: Fri, 13 Sep 2002 10:07:08 +0000
Sorry about this, but I havent been able to find sufficient
documentation to sort it out by myself...
Why can I not bung an integer into an array? Something to do with the
Format? Would NSNumber or NSValue be of help here?
int i=1;
NSMutableArray *array = [[NSMutableArray alloc] init];
[array addObject: i];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.