Re: Please explain this error message...
Re: Please explain this error message...
- Subject: Re: Please explain this error message...
- From: Sherm Pendley <email@hidden>
- Date: Wed, 20 Feb 2002 17:07:54 -0500
On Wednesday, February 20, 2002, at 01:47 PM, Ondra Cada wrote:
MK> Could someone enlight me what this message means?
MK>
MK> -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)
That you are using an index 1 to array which has 1 object -- which is,
of
course, nonsense.
Array indices start at 0. If the array has 1 object, that object is at
index 0, and an index of 1 is out of bounds.
sherm--
_______________________________________________
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.