I'm not sure quite how big you data is - but I write big data sets to file by writing all the data into an NSTextView - and then get the RTF data from the view.

There is also quite a lot of scope for combining separate RTF files. You can see how to do this by renaming your RTF file with a .m extension and have a look at it in xCode. Each file has a header section and a data section. I have often taken one complete file and then added data from other files by stripping off the headers and popping it in the right place.

Peter
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to