Developers Jos Posted July 2, 2011 Developers Posted July 2, 2011 I'm confused. Logically wouldn't just this be sufficient?Correct, the extra test for all 4 vars being true doesn't serve any purpose. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
monoscout999 Posted July 2, 2011 Posted July 2, 2011 I'm confused. Logically wouldn't just this be sufficient? if ($var1 and $var2) or ($var3 and $var4) then $result=True EndIf msgbox (0,"",$result)[/autoit] When would this statement ever be false and this statement true: ($var1 and $var2 and $var3 and $var4)? yes you have right.
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