Read()

Syntax:

Read( Encrypt, Key )

Return:

The read selection of the file.

Parameters:

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 read a file that has been opened with a OpenFile function.

image\Script_Button.jpgExamples