Triblade Posted May 16, 2009 Posted May 16, 2009 This line: If $check_outcome1 = "correct" & $check_outcome2 = "correct" & $check_outcome3 = "correct" Then Has a flaw in it. This error is probably some stupid mistake, but I just can't see it. Try this: $check_outcome1 = "correct" $check_outcome2 = "correct" $check_outcome3 = "correct" If $check_outcome1 = "correct" & $check_outcome2 = "correct" & $check_outcome3 = "correct" Then MsgBox(0, "", "Correct!") EndIf My active project(s): A-maze-ing generator (generates a maze) My archived project(s): Pong3 (Multi-pinger)
Triblade Posted May 16, 2009 Author Posted May 16, 2009 Hahaha, thanks guys! My own fault for write stuff in 4 programming/scripting languages at a time My active project(s): A-maze-ing generator (generates a maze) My archived project(s): Pong3 (Multi-pinger)
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