Library /sys$common/syshlp/BASICHELP.HLB  —  INPUT  LINE
  The INPUT LINE statement assigns a string value, including the
  line terminator, from a terminal or terminal-format file to a
  string variable.

  Examples

  INPUT LINE "TYPE A LINE OF TEXT", Z$
  INPUT LINE #4%, Record_string$

1  –  Syntax

      INPUT LINE [chnl-exp,] [prompt] str-var [{ , } str-var]...
                                               { ; }

      prompt:  str-const sep
Close Help