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

This is a testing version.
It may be incomplete, and have more bugs (or features) than the public live version at planetscentral.com.