NSString RTF
NSString RTF
- Subject: NSString RTF
- From: Joe Smith <email@hidden>
- Date: Thu, 24 Oct 2002 07:51:11 -0700 (PDT)
I'm trying to remove the RTF formating from a file I'm
reading it. The file is an RTF file. I can read it
into a NSString just fine, by using something like
below.
Any ideas how I can remove the RTF formating from the
NSString after reading it in? I keep the NSString in
memory, and I don't load it into any other objects,
such as a NSTextView.
NSString *file;
file = [[NSString alloc]
initWithContentsOfFile:myFileName];
Thanks,
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
_______________________________________________
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.