Re: Problems with isEqualToString
Re: Problems with isEqualToString
- Subject: Re: Problems with isEqualToString
- From: Ondra Cada <email@hidden>
- Date: Sat, 23 Mar 2002 20:46:56 +0100
On Saturday, March 23, 2002, at 08:22 , Ben Mackin wrote:
if([resultString isEqualToString:@"success"]==YES)
Although this theoretically should work, it is very ugly indeed, and quite
probably the cause of the problem. What you really wanted was
if ([resultString isEqualToString:@"success"]) ...
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.