| .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$ |