Skip navigation.
 
mlRe: NSRange
FROM : Andy Lee
DATE : Thu May 15 01:48:37 2008

On May 14, 2008, at 7:25 PM, Mr. Gecko wrote:
> Hello I am trying to find out how to get characters in the middle of 
> two characters I have heard of NSRange but I can't find 
> documentation to it in xcode.


Enter "NSRange" in the search field of the Xcode documentation window 
and do an "API" search.  The first hit is the doc for NSRange.

Or, look at the documentation for -rangeOfString: and note that 
NSRange is a clickable link.  Click on it.

Or, Google for "NSRange".

--Andy

Related mailsAuthorDate
mlNSRange Mr. Gecko May 15, 01:25
mlRe: NSRange Randall Meadows May 15, 01:33
mlRe: NSRange Mr. Gecko May 15, 01:39
mlRe: NSRange Andy Lee May 15, 01:48
mlRe: NSRange Jens Alfke May 15, 06:22