Specifications
Chapter 14. Statement Reference
232
• Notes for entering numeric data:
Valid characters include 0 to 9, a minus sign (-), and a period (.). They should be
in correct numeric data form. If not,
INPUT # statement accepts only numeric
data from the first character up to correctly formed character, as valid data. If no
valid data is found, the
INPUT # statement automatically assigns a zero (0) to
variable.
If the INPUT # statement reads alphabetical characters with a numeric variable,
it automatically assigns a zero (0) to
variable. For reading of Code 39 bar
codes that may encode alphabetical characters, therefore, special care should be
taken.
Syntax errors:
Run-time errors:
Example:
INPUT #fileNo,dat$
Reference:
Error code and message Meaning
error 71: Syntax error filenumber is missing.
Error code Meaning
06h
The operation result is out of the allowable range.
(Numeric
variable is out of the range.)
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, LINE INPUT #, OPEN "BAR:", and OPEN "COM:"
Functions:
INPUT$