Re: What is wrong here?
Re: What is wrong here?
- Subject: Re: What is wrong here?
- From: j o a r <email@hidden>
- Date: Wed, 18 Jun 2003 10:51:41 +0200
Since the value obtained as "theRecord" will be an instance of
NSString, you can't send the message "objectForKey:" to it as if it
were a NSDictionary instance.
j o a r
On Wednesday, Jun 18, 2003, at 10:36 Europe/Stockholm, Peter Karlsson
wrote:
It works as long as my index is 0, but if the index is 1 I get a error
message saying:
*** -[NSConstantString objectForKey:]: selector not recognized
_______________________________________________
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.