I can't talk of the benefits of exporting rtf as files, but if you are copy-pasting from other apps this may interest you:
Copy a portion of a webpage. In the message box type: set the rtftext of fld 1 to clipboarddata["rtf"] And viceversa, paste into Word after copying the rtftext of a field: set the clipboarddata["rtf"] to the rtftext of fld 1 etc.. Rgds, Vikram >===== Original Message From Ron <[EMAIL PROTECTED]> ===== >Hi >I've been using the HTML prop to read/write text files and save formatted >texts. Now, with 2.0 ability to handle RTF text I want to asking about the >plus/minuses of using RTF over HTML. My purpose is to save formatted text to >regular text files that can be read by other apps (be it a browser or text >editor), as well as my own rev app. > >Which would you go with? > >Thanks >Ron > >_______________________________________________ >use-revolution mailing list >[EMAIL PROTECTED] >http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
