- bb:message MESSAGEprocedure
- bb:message TYPE MESSAGE #!optional BUTTON1 BUTTON2 BUTTON3procedure
Shows a message box of type TYPE with the string MESSAGE. The optional BUTTON arguments should be strings the specify the text of any extra buttons. Message types may be:
- message
- information dialog with an "OK" button.
- alert
- alert box with an "OK" button.
- ask
- a "yes/no" request dialog.
- choice
- a request button with three choices.