Re: NSString searching for zero
Re: NSString searching for zero
- Subject: Re: NSString searching for zero
- From: Andrew Merenbach <email@hidden>
- Date: Wed, 25 Sep 2002 19:33:29 -0700
but you gave me the hint
([text cStringLength] == 0)
works :-))
Might
([text length] == 0)
work just as well?
Take care,
Andrew Merenbach
_______________________________________________
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.