Login
Plus/4 EncyclopediaFirstBackNextLast

?NOT INPUT FILE ERROR
Category
Reference/Basic Error Messages

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

Example
10 OPEN 1,1,1,"TEST" Opens file 1 on tape as an output (write) file
20 GET# 1,A$ Causes the error by attempting to read from a file specified for writing

ERR$ error number
6

See Also
?NOT OUTPUT FILE ERROR 



Copyright © Plus/4 World Team, 2001-2024