Re: NSRange
Re: NSRange
- Subject: Re: NSRange
- From: Andy Lee <email@hidden>
- Date: Wed, 14 May 2008 19:48:37 -0400
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
_______________________________________________
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
References: | |
| >NSRange (From: "Mr. Gecko" <email@hidden>) |