Write()

Syntax:

Write( String, Encrypt, Key )

Parameters:

String – a string containing the text you want to write to the File object. The string must be surrounded by quote marks. This parameter is required.

Encrypt – set the encryption on or off. Encrypt is either true or false. If Encrypt is true, the file is encrypted. If Encrypt is false, the file is not encrypted. This parameter is optional and the default is false.

Key – a string that is the encryption key. This parameter is optional.

Remarks:

This function will write a string to a line in a file that has been opened with a OpenFile function.

image\Script_Button.jpgExamples