Re: Matching String With ObjectForKey?
Re: Matching String With ObjectForKey?
- Subject: Re: Matching String With ObjectForKey?
- From: Volker in Lists <email@hidden>
- Date: Fri, 13 Feb 2009 07:56:11 +0100
Hi,
you compare objects with == but what you really want is
isEqualToString: since you want to compare the string contents.
Cheers,
Volker
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden