INPUT #nbr, list of variables
Allows input from from a file previously opened for INPUT as ‘nbr’ to a list of variables.
The input must contain commas to separate each data item if there is more than one variable.
For example, if the command is:
INPUT #1, a, b, c
And the following is in the file: 23, 87, 66
Then a = 23 and b = 87 and c = 66
See also:
CLOSE
EOF
INPUT$
LINE INPUT
OPEN
PRINT
SEEK
WRITE
Leave a Reply