UM or EM - Display a User-Message (UM) or Error-Message (EM)
From STX Wiki
Jump to navigationJump to search
UM text [; title ]
- Display the argument text in a message box with caption title (default:
UM
) and only the buttonOK
. This function is a shortcut forMSGBOX MSG text [; title=UM]
.
EM [ rc=-1 [ level=2 ]] ; text [; title ]
Contents
Parameters:
- message
- The message to display.
Result:
0
Description:
A shorthand way to display a message to the user. See the macro BUTIL MSGBOX for more functionality.
Examples:
um Please press OK to continue