Jump to content

Recommended Posts

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...