Framework:MsgBox: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
{| | {| class="wikitable" width="80%" | ||
|- | |-{{Tabellentitel}} | ||
| | | Parameter | ||
| | | Description | ||
|- | |- | ||
|Prompt | |Prompt | ||
Revision as of 10:05, 6 March 2012
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. |
Ergebnis
Displays a message in a dialog box, waits for the user to click a button.
Example
MsgBox(Hello world,Hallo)