SaveTextAsFile
Structure
SaveTextAsFile(sText, sFullFileName: String): Char
Parameters
| Parameter | Type | Description
| sText | String | The text to be savedsFullFileName | 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. |