PcExpert Posted May 18, 2006 Posted May 18, 2006 (edited) POST REMOVED BECOUSE I ALREADY FOUND OUT HOW TO USE IT Edited May 18, 2006 by PcExpert
herewasplato Posted May 18, 2006 Posted May 18, 2006 $ans = MsgBox(4, "demo", "Select Yes or No") If $ans = 6 Then MsgBox(0, "", "Yes") If $ans = 7 Then MsgBox(0, "", "No")If you want to do more than just display a MsgBox, then you might want to use a full If/EndIf or maybe If/Else/EndIf [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now