|
|
|
|
|
<Word Processing>.ToText (Function) In french: <Traitement de texte>.VersTexte Creates a character string from the data of a Word Processing control. This string can be saved in a specific format thereafter. MyString is string MyString = WP_MyDocument.ToText() // Save in a text file fSaveText("C:\temp\Content.txt", MyString)
Syntax
<Result> = <Word Processing control>.ToText()
<Result>: Character string - Character string containing the data.
- Empty string ("") if an error occurred or if there is no data to extract.
<Word Processing control>: Control name Name of the Word Processing control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|