MsgBox
Sub MsgBox($message As String)
Displays a message in a dialog box and waits for the user to click a button.
The message box is displayed only while debugging the WebSite-Watcher event functions, not during a Bookmark check. An exception is the event function Wsw_SelectPlugin, which is executed only when selecting a Plugin.
Parameters
- $message ... String expression. The message to be displayed.
Example:
MsgBox("This Plugin is not compatible with that page")