Drawing a Message Box to Screen
MSGBOX message$ [, caption$=""] [, time#=0.0] [, type%=2]
This procedure draws a message box and the text message to the screen. If caption is given and not an empty string, a title is drawn in bold font. time defines the amount of seconds to wait before return.
| type | |
| 0 | the messagebox is drawn only |
| 1 | the procedure waits <time> seconds |
| 2 | the procedure waits for touch |
|