bas7qck.hlp (Table of Contents; 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
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
LINE INPUT [;] ["promptstring";] stringvariable
 
    ■ [;]                If used after LINE INPUT keywords, keeps the
                         text cursor on the same line of the screen after
                         the user presses the Enter key to input the line;
                         omitting the semicolon causes the cursor to skip
                         to the next line.
    ■ ["promptstring";]  A literal string that will be displayed on
                         the screen before the program user enters
                         data items into the data input field.
    ■ stringvariable     Holds the line of characters input by the user.
 
See Also    INPUT    INPUT$    LINE INPUT #