CodeBase - msgbox() function
Return to the CodeBase listing
Category: Input / Output
Version: 1.1
Information
Uploaded: 15th Nov 2003 20:31
Modified: 12th Jul 2004 11:25
Author: the_winch
Summary
msbox() function with vb like sytax and constants
Full Description
Example<br /> i as integer<br /> i = msgbox("Do you want to Exit?",MsgYesNo+MsgCritical,"Quit")<br /> if i = MsgNo then wait 500<br /> until i = MsgYes
Comments
No comments yet.