[EMAIL PROTECTED] 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 ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
