OWBasic for Pocketviewer

Home INTRO Group GRAPHIC Alphabetical Index

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
0the messagebox is only drawn
1the procedure waits time seconds
2the procedure waits for touch

Home INTRO Group GRAPHIC Alphabetical Index