Framework:MsgBox
From CoPlanner 11
Jump to navigationJump to search
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)