|
|
|
|
|
- Operating mode in Windows Vista (and later)
- Equivalence
fSaveText (Function) In french: fSauveTexte Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...). If the file already exists, it is deleted then re-created. Remark: The strings containing binary "0" ("\0") are supported.
Syntax
<Result> = fSaveText(<Name and path of the text file> , <Content>)
<Result>: Boolean - True if the operation was successful,
- False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Name and path of the text file>: Character string Name and full (or relative) path of text file to create. A UNC path can be used.
<Content>: Character string String containing the content of the file.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|