Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

O

Outputs to the terminal.

Synopsis

O [text [+]]

Arguments

text Optional — A string literal to output to the terminal. No string delimiters are required for a string literal. If text is omitted, O outputs a line return.

Description

The O PROC command outputs a literal string to the user terminal. By default, the text string is followed by a line return. The optional + character suppresses the line return following text.

Commonly, the space between the command name and the text is omitted, as shown in the following example:

OInvalid Response - please re-enter.

See Also

  • T PROC command

FeedbackOpens in a new tab