Re: Error question
Re: Error question
- Subject: Re: Error question
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 21 Jul 2002 00:50:44 +0100
On Sunday, July 21, 2002, at 12:55 AM, Aidas wrote:
Exception raised during posting of notification. Ignored. exception:
**-[NSCFArray objectAtIndex:]: index (9) beyond bounds (9)
I don't understand completely! Do you peeps know what this mean?
You have an NSArray, and you are trying to access the 10th object in it
(at index 9), when in fact it only has 9 or fewer objects in it.
--
Finlay Dobbie
_______________________________________________
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.