Dictionary keys
Dictionary keys
- Subject: Dictionary keys
- From: Hisaoki Nishida <email@hidden>
- Date: Wed, 12 Mar 2003 20:26:43 -0500
I get a signal 11 SIGSEGV error when I try to do the following:
[anArray objectForKey:NSStringFromPoint(newPoint)];
anArray is an NSMutableArray, and objects contained in it are stored
with the key NSStringFromPoint(somePoint).
They are both strings, so why wouldn't it work?
Thanks.
_______________________________________________
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.