HELP please. ;-) Exception error...
HELP please. ;-) Exception error...
- Subject: HELP please. ;-) Exception error...
- From: "Steven M.Palm" <email@hidden>
- Date: Sat, 8 Mar 2003 16:51:02 -0600
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];
In another method of the class, I try:
[masterList addObjectsFromArray:aList];
And get an exception error. if I try a 'po' in the debugger, I get an
objc_message send error.
What's up?
In the main controller class, I create an instance of the above class
using an [[myClass alloc] init], then then use that returned object to
call the method that is getting the exception error.
-----------------------
- Steven M. Palm
- Ham Radio Call: N9YTY
- Attempts to make thine own star shine shall lead thee into darkness.
-----------------------
_______________________________________________
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.