[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Output                   Default Output File Variable

 Input

    File variable used for Write/Writeln statements in which no file
    variable is defined. Automatically assigned to CON: and opened for
    output. Can be reassigned to a different file if desired, but should
    only be opened for output.

  -------------------------------- Example ---------------------------------

           Close(Output);           { close default Output assignment }
           Assign(Output,'LOG.TXT');
           Reset(Output);

See Also: Assign Write Input
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson