Command: message

Syntax

message {<message>}

Description

Output information in a message window.

Parameters

Switches

Notes

Only one message window is permitted per session.

The message window can be deleted by an interactive window manager operation, or by the message command without parameters.

The message window does not form part of the modeling window environment (see the window command).

On some systems, message windows are not available. In such cases, the text is printed on the monitor.

Examples

Three output lines at a set position.

message 'Line 1','Line 2','Line 3',-pos=<400,400>

Append to the existing message.

message <'X has a value',x>,-a

Display a message without a Close button, then remove it later.

message ’Please wait while graphics are loaded’,-no_but
exec graphics_load
message

See Also

Commands:

tell, window