Framework:MsgBox

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Function

MsgBox(<Prompt>,[Title])

Parameter Description
Prompt String expression displayed as the message in the dialog box.
Title Optional. String expression displayed in the title bar of the dialog box.

This function belongs to client-side functions.

Ergebnis

Displays a message in a dialog box, waits for the user to click a button.

Example

MsgBox(Hello world,Hallo)