|
|
|
|
HTMLBuildString (Function) In french: HTMLConstruitChaî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 = HTMLBuildString(d)
Syntax
<Result> = HTMLBuildString(<HTML document>)
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|