CodeBase - msgbox() function

Return to the CodeBase listing

Category: Input / Output

Version: 1.1

0
0

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(&quot;Do you want to Exit?&quot;,MsgYesNo+MsgCritical,&quot;Quit&quot;)<br /> if i = MsgNo then wait 500<br /> until i = MsgYes

Comments

No comments yet.