Out of Bounds Exception
Out of Bounds Exception
- Subject: Out of Bounds Exception
- From: email@hidden
- Date: Sat, 16 Mar 2002 18:59:21 EST
I'm trying to remove the elements of one array from the elements of another
with:
[[DictionaryOfArrays1 objectForKey: keyToAnArray] removeObjectsInArray:
[DictionaryOfArrays2 objectForKey: keyToAnArray];
Note that keyToAnArray is meant to be the same in each case and that it is
impossible for there not to be a value associated with that key for both.
This gives me:
Uncaught exception: <NSRangeException> *** -[NSCFArray objectAtIndex:]: index
(1) beyond bounds (1)
What is the problem? Thank you.
_______________________________________________
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.