Styled text challenge...

Dar Scott dsc at swcp.com
Wed Feb 11 12:25:32 EST 2004


On Wednesday, February 11, 2004, at 10:17 AM, xbury.cs at clearstream.com 
wrote:

> Im not sure if i was clear,
> I want to convert HTML text in fld "HTML" to RTF in fld "TEXT"

   lock screen
   put field "HTML" into temp
   set the htmlText of field "HTML" to temp
   put the rtfText of field "HTML" into field "TEXT"
   put temp into field "HTML"
   unlock screen

I could still be mixed up on what you want.

Of course this won't work with real html and rtf, just the pidgin 
versions used for field text descriptions.

Dar Scott



More information about the use-livecode mailing list