MsgBox
Show Message Box
Definition
Use this command to create a message box (with an OK button) containing a message you must define
in this command's dialog box. You can format the message with carriage
returns.
The message box you create with this command contains information for the
user.
Use the following syntax
to display a language-dependent text: <dGERMAN_TEXT_ALSO_WITH_LINEBREAK><eENGLISH_TEXT_ALSO_WITH_LINEBREAK>
Enter a German text in <d...>, an English text in <e...>, a French text in <f...>, a Spanish text in <s...>, or a Portuguese text in <p...>
. If the computer's region and language settings are set to one of the supported languages, the respective text is displayed when the command is executed. In all other cases,
the English text is displayed as a default.
When using this command with the DSM Runtime Service, the message will be passed from the Service to the user.