Html to text

Richard Gaskin ambassador at fourthworld.com
Mon Nov 11 06:26:01 EST 2002


tkuypers at pandora.be wrote:

> I¹ve put a html-page into a variable and need to get rid of all html-code...
> The remaining information needs to be analised, reformatted and printed.
> 
> In SC I could use an external to clean up these code, but anybody got a
> suggestion how to do it in Revolution?

One field and two lines:

   set the htmltext of fld 1 to tMyVar
   put the text of fld 1 into tMyVar

If you have time to clock it against an external I'd be interested to see
how it compares.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.0: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc




More information about the use-livecode mailing list