HtmlSourceformat()

Transforms the HTML text into a printable, indented source layout

Usage

STRING = HtmlSourceformat( html )
Argument Summary
html html block

Calling

Supports named-parameter calling allowing you to use the function like:

HtmlSourceformat(
   html=?
);

Supports passing parameters as a structure using ArgumentCollection:

HtmlSourceformat( ArgumentCollection={
   html : ?
} );