MESSAGE

Syntax

Example

Description/Remarks

MESSAGE "text", " optional_title"

MESSAGE "Press OK to begin data entry", "Operator."

This displays a message box that states "Press OK to begin data entry", with a title "Operator".

Displays a message box, but does not allow user input. Does not return a value. See also INPUT.