neo van matix Posted June 21, 2006 Posted June 21, 2006 Heyho, i've a little question. I'd like to check, if 2 conditions are true, like in php: if( ($a = AND ($b != c) ) { ... } But, i cant find something like that in the AutoIT-Help... :-? Attention! English noob ^^
GaryFrost Posted June 21, 2006 Posted June 21, 2006 Heyho, i've a little question. I'd like to check, if 2 conditions are true, like in php: if( ($a = AND ($b != c) ) { ... } But, i cant find something like that in the AutoIT-Help... :-? If ($a = 'B' And $b <> 'c') Then ; do something here EndIf SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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