Framework:MsgBox

From CoPlanner 10
Revision as of 16:23, 18 November 2010 by Admin (talk | contribs) (Created page with "==Function== MsgBox(<Prompt>,[Title]) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''Pa...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Function

MsgBox(<Prompt>,[Title])


Parameter Description
Prompt String expression displayed as the message in the dialog box.
Title 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)