|
|
|
|
|
<Document variable>.ToText (Function) In french: <Variable Document>.VersTexte Creates a character string with the data of a Document variable. This string can be saved in a specific format thereafter. MyDocument is Document  MyString is string MyString = MyDocument.ToText() // Save in a text file fSaveText("C:\temp\Content.txt", MyString)
Syntax
<Result> = <Document>.ToText()
<Result>: Character string - Character string containing the data.
- Empty string ("") if an error occurred or if there is no data to extract.
<Document>: Document or String variable Name of the Document variable to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|