Check out RTFText in the docs.

I assume you created the template in a livecode field obtained the RTFText
of the field into a variable, then set a custom prop to that data, right?

then just get the data from the custom property and set the RTFText of a
field to it.

Livecode now tracks RTF data created in Textedit pretty accurately. It
didn't used to work as well.


On Wed, Apr 23, 2014 at 12:16 PM, Charles Szasz <csz...@me.com> wrote:

> I was able to save a template document as a RTF as a custom properties of
> a stack.  I want to retrieve the template to print it.  I can retrieve the
> file as a variable (see script below) but I do not know how to script
> printing it as a RTF.  Any suggestions?
>
>
>   set the itemdelimiter to "/"
>   put the uRtFile of stack “My stack" into tRTFdata
>
> Charles Szasz
> csz...@mac.com
>



*--*
*Stephen Barncard - San Francisco Ca. USA - Deeds Not Words*
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to