Specifications

Chapter 14. Statement Reference
252
Syntax errors:
Run-time errors:
Example:
LINE INPUT #fileNo,dat$
Reference:
Error code and message Meaning
error 71: Syntax error INPUT is missing.
filenumber is missing.
"prompt" is not a string constant.
stringvariable has a numeric
variable.
Error code Meaning
34h
Bad file name or number
(You specified
filenumber of an unopened file.)
36h
Improper file type
(You specified
filenumber of a file other than device I/O
files.)
3Ah
File number out of the range
Statements:
CLOSE, INPUT #, OPEN "BAR:", and OPEN "COM:"
Functions: INPUT$