MsgBox and InputBox Functions

The MsgBox() and InputBox() functions from the VBScript language allow you to display pop-up messages during runtime. These functions are synchronous. When either one is executed, the remaining instructions from the code will not be executed before the pop-up messages launched by the functions are closed.

Note: The text displayed in these pop-up messages are not affected by the Translation Tool of IWS, unless you configure the text explicitly using the $Ext() function from the Built-in Scripting Language.

MsgBox and InputBox Functions