|
|
|
|
|
HTMLBuildString (Function) In french: HTMLConstruitChaîne Generates a UTF-8 string containing an HTML document.
d is htmlDocument = HTMLOuvre("..\Modèles\Modèle1.html", fromFile)
DocumentRésultat is string = HTMLConstruitChaîne(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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|