Purpose: Select a text file for use in the FPRINT statement.
Format: PRINT_FILE filename
Notes: When no parameter is given, the user must enter the filename via the keyboard. This statement must be executed before any file printing can be performed. If the specified file does not exist then it will be created. If the file already exist then FPRINT text will be appended to the end of the file.
See Also: FINPUT
FPRINT
INPUT_FILE