Skip to main content
Version: 16

OPEN_FILE

Selects a text file for output.

Description

Selects a text file for output. In order to be able to write to a text file, it first has to be opened. The text file has to already be saved to the specified file path for the OPEN_FILE command to work.

Syntax

OPEN_FILE [File path]

Command parameters

Command parameterAssignmentValue formatInput options
File pathRequiredStringLocal, variable

File path:

Path, file name and extension of the text file.

Sample code

OPEN_FILE c:\Temp\Sample.txt