It's important to me to know if a 2nd if test is executed while the first was already false like:
If a=10 And b>=10 Or c=20
Are b and/or c still tested while a = 11 ?
b will in my code an api.
If currently not tested, will this remain in the future?
Order of if statement testing
-
Edwin Knoppert
- Addict

- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
-
GreenGiant
- Enthusiast

- Posts: 252
- Joined: Fri Feb 20, 2004 5:43 pm
Don't know whether it'll stay the same, but this code should give you an answer
Code: Select all
If temp=1 And MessageRequester("Test","This was executed",1)
EndIf