Takes a single parameter, Source
Description:
Strips out all of the element tags including their attributes, leaving just the inner text. This command is suitable for processing complete web pages.
Example:
[New] Test = "[h1]My Header[/h1]"
[New] Test2 = HtmlToText$ TestHtml Test2
Returns "My Header"