Official Content

Specifies the output device.

Data type:
Character(3)

Scope

Objects: Procedure

Values

SCR Screen. This is the default value.
PRN Printer.

Description

Different Procedure Layouts are produced, depending on whether the output is a screen or a printer.

The &Output standard variable may be used to print lines or headers of different widths depending on the output device.

Samples

If &Output = 'PRN'
   // Call to Procedure that prints lines with more than 78 characters-width
Else
   // Call to Procedure that prints lines with not more than 78 characters-width
EndIf

See Also

Standard Variables List







Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant