OUTPUT

Type: CLASS

Purpose: File management.

Each Output object describes a file which may be open or closed. There can only be one open Output for each running script. This is the file to which all Print() and Printl() statements write. You can, however, close one Output file and open another.

If the disk is full on any function calls that write to the Output object, the following occur:

Related Topics IconRelated Topics