SaveTextAsFile
Structure
SaveTextAsFile(sText, sFullFileName: String): Char
Parameters
| Parameter | Type | Description |
|---|---|---|
sText | String | The text to be saved |
sFullFileName | String | The file location (full path) |
Return value
Char
'1' = Success, '0' = Failure
Description
Use this function to save the text in sText to a file on your network.