Re: HELP please. ;-) Exception error...
Re: HELP please. ;-) Exception error...
- Subject: Re: HELP please. ;-) Exception error...
- From: email@hidden
- Date: Sun, 9 Mar 2003 00:19:15 +0100
On samedi, mars 8, 2003, at 11:51 PM, Steven M.Palm wrote:
Okay, so I'm still learning the basics it would seem....
I've created a class, and in it's interface I have:
NSMutableArray *masterList;
Then, in the class -init() method, I have:
masterList = [NSMutableArray arrayWithCapacity:50];
Does this occur when you add
[masterList retain];
_______________________________________________
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.