Input #f:File, var:Str, [flag:Bool]

Read line data. This command will read one line of text from the file, and place it in the variable var. The flag specifies what to do at the end of the file:

  • False (default): generate an error
  • True: set var to EMPTY and continue normally

Since: PCC 1.0.13, PCC2 1.99.12

See also: Global Commands