LINE INPUT #nbr, string-variable$
Reads entire line from the file previously opened for INPUT as ‘nbr’. Unlike INPUT, LINE INPUT will read a whole line, not stopping for comma delimited data items.
See also:
CLOSE
EOF
INPUT#
INPUT$
OPEN
PRINT
SEEK
WRITE
Leave a Reply