Purpose
Writes binary or text data to a file on the FirstClass server.
If the file has not been opened for writing with OpenFile, Write will display an error.
Syntax
ServerFile.Write Data [Integer | Long]
The Integer and Long parameters let you write single-binary bytes, including zero bytes, into a file.
Example
ServerFile.Write 'This string is written into the file
|