Display a Message in a Box
MESSAGEBOX mess$, n%
Display the given message mess in the center of the screen in a box. The parameter n controls, when the procedure returns removing the message box:
n | |
0 | Wait for touch |
1 | Close immediately |
2 | Wait 0.125 seconds |
3 | Wait 0.5 seconds |
|