DISPLAY Statement

Outputs data to the display.

This function is provided for compatibility with other MultiValue systems and is only available in AP, D3, MVBASE, PICK and R83 modes (set with the $OPTIONS statement). It has the same function as the CRT statement.

Syntax

DISPLAY {print-list}

Syntax Elements

print-list is a single expression or a series of expressions, separated by commas or colons.

The expressions can be any text string enclosed in quotes, a numerical value, a variable that evaluates to a text string, or any expression used to denote output formatting.

See Also

PRINT statement.