Re: NSRange help
Re: NSRange help
- Subject: Re: NSRange help
- From: Ondra Cada <email@hidden>
- Date: Tue, 2 Apr 2002 03:01:51 +0200
On Tuesday, April 2, 2002, at 02:45 , Andy Lee wrote:
An example that should work would be:
NSLog(@"location: %d, size: %d", myRange.location, myRange.size);
Or perhaps
NSLog(@"range is %@",NSStringFromRange(myRange));
which is more or less equivalent, but somewhat easier.
---
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.