getting the value of textStorage as string
getting the value of textStorage as string
- Subject: getting the value of textStorage as string
- From: Jeff Childers <email@hidden>
- Date: Tue, 1 Mar 2005 17:29:04 -0600
@interface MyDocument : NSDocument
{
IBOutlet NSTextView *responsibilities;
}
[currentCRC setcrcRespon:[responsibilities textStorage]];
how do I coorect the above statement so it is the string in the textview?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden