Skip to main content

SaveTextAsFile

Structure

SaveTextAsFile(sText, sFullFileName: String): Char

Parameters

ParameterTypeDescription
sTextStringThe text to be saved
sFullFileNameStringThe 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.