|
|
|
|
|
<htmlDocument variable>.BuildString (Function) In french: <Variable htmlDocument>.ConstruitChaîne Generates a UTF-8 string containing an HTML document. // Load the document d is htmlDocument = HTMLOpen("..\Templates\Template1.html", fromFile)  // Document modifications // ...  // Retrieve modified document DocumentResult is string = d.BuildString()
Syntax
<Result> = <HTML document>.BuildString()
<Result>: Character string UTF-8 string that contains the HTML document. <HTML document>: htmlDocument variable Name of the htmlDocument variable that corresponds to the HTML document to handle.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|