Re: why do this not work??
Re: why do this not work??
- Subject: Re: why do this not work??
- From: Chris Hanson <email@hidden>
- Date: Wed, 17 Dec 2003 21:41:38 -0600
On Dec 17, 2003, at 4:42 PM, Sascha Kuehn wrote:
i hope someone can help me with this script
First of all, it's not a script, it's a method...
NSMutableArray *newList;
[...]
[newList addObject:[x objectAtIndex:j]];
You just declared the newList variable, you didn't actually create an
object for the variable to refer to.
-- Chris
--
Chris Hanson <email@hidden>
Weblog:
http://www.livejournal.com/users/chanson/
Resume:
http://bdistributed.com/people/cmh/resume.html
Looking for work developing Java or Mac OS X applications
_______________________________________________
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.