DataBasic Reference > MultiValue Compatibility > Statements and Intrinsic Functions > DISPLAY Statement

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

DISPLAY Statement (DataBasic MultiValue Compatibility) (m6187ai+display_s.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.0Comment on this topic