Description
Displays a simple message box with the specified string and the OK button.
Declaration
BuiltIn.ShowMessage(Str)
Str | [in] | Required | String | |
Result | None |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Str
The message to be displayed in the message box.
Result Value
None.
See Also
BuiltIn.InputBox Method
BuiltIn.InputQuery Method
BuiltIn.MessageDlg Method