Login
Plus/4 EncyclopediaFirstBackNextLast

?NOT OUTPUT FILE ERROR
Category
Reference/Basic Error Messages

Topic
This occurs when a PRINT# statement or CMD statement is used to output data to a file opened with the OPEN statement as an input file.

Example
10 OPEN 1,1,0,"TEST" Opens file 1 on tape as an input (read) file
20 CMD 1,"HELLO" Causes the error by attempting to write to a file specified for reading

ERR$ error number
7

See Also
?NOT INPUT FILE ERROR 



Copyright © Plus/4 World Team, 2001-2024