Re: NSRange can't find definition anywhere
Re: NSRange can't find definition anywhere
- Subject: Re: NSRange can't find definition anywhere
- From: Charles Jolley <email@hidden>
- Date: Mon, 1 Jul 2002 12:54:47 -0500
look in Foundation/NSRange.h:
typedef struct _NSRange {
unsigned int location;
unsigned int length;
} NSRange;
-C
On Monday, July 1, 2002, at 12:43 PM, Ken Tozier wrote:
I just did a search on all the documentation on my computer and Apple's
developer site and couldn't find a single reference that showed the
definition of an NSRange struct. Could someone send me a link or the
definition itself?
Thanks
Ken
_______________________________________________
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.
_______________________________________________
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.