qb45advr.hlp (
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
LINE INPUT Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
LINE INPUT - a device I/O statement that inputs an entire line
(up to 255 characters) to a string variable, without the
use of delimiters
Syntax
LINE INPUT[;] ["promptstring";] stringvariable
■ promptstring, a string constant, is displayed on the screen before
input is accepted. You must explicitly include a '?' if you want one.
■ stringvariable will hold all characters input until the program
operator presses a carriage return
■ [;] is a cursor control ◄Detail
See Also ◄INPUT► ◄INPUT$►