RTF vs HTML
Vikram Singh
vikramsingh at mailandnews.com
Sun Jan 5 18:19:01 EST 2003
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 <rbarber at yhb.att.ne.jp> =====
>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
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list