Display a modal pop-up message box.
uint MessageBox <string:Message> <uint:Style>
| Name | Type | Comment |
|---|---|---|
| Message | string | The text to be displayed in the message box. |
| Style | uint | A conbination of bit flags that specify the buttons, icons and behaviour of the message box (see codes below). |
The supported values of Style are identical to those of the Microsoft Foundation Classes Message box styles, which are:
The return value is identical to those of the Microsoft Foundation Classes AfxMessageBox function, which are:
// style is question icon and yes/no buttons, testing for IDYES if <iseq 6 <MessageBox "Restart L3DT?" 0x00000024>> application.Restart endif
⦠the output of which looks like:
None.