LINE INPUT [prompt$,] string-variable$
Reads entire line from the keyboard into ‘string-variable$’. If specified the ‘prompt$’ will be printed first. Unlike INPUT, LINE INPUT will read a whole line, not stopping for comma delimited data items. A question mark is not printed unless it is part of ‘prompt$’.
See also:
INKEY$
INPUT (from keyboard)
KEYDOWN
ON KEY
Leave a Reply