I have html text from a web site. (Thanks again to Dave Cragg for his nifty handler to extract text from a web site with forms.)

It is awkward to parse in this form. I would like to be able to parse the text without the html code.

So this is what I am using:

set the htmltext of field 1 to tHTMLtextFromWebSite
set the text of field 1 to field 1
put field 1 into tTextToParse

It is hard to imagine anything more clumsy. It wastes a lot time putting things into and out of fields. There must be a better way of stripping out the html code. I understand that one cannot use variables for this.

Jim

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to