open

Opens a specified report output file.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
    X    

Syntax

void open([file-name])
string     file-name

Description

file-name (optional) specifies a filename for the report output. If it is not supplied, the output file is set to run-file.OUT. If file-name is an empty string, the output file is set to STDOUT. Be sure to give a complete file specification.

Example

Part of the default MAIN trigger:
{
open();
paginate(header);
.
.
}