Hello, good morning,
A question I always ask myself to avoid imbricated 'if ... end if'.
Is there a constant order in evaluation of boolean conditional and does it stops when it become false ?
If InitVar2(Var1) returns false does it stops evaluation or there is no rule ?
Thanks,
Francis
A question I always ask myself to avoid imbricated 'if ... end if'.
Is there a constant order in evaluation of boolean conditional and does it stops when it become false ?
Here is kind of what i'd like to be able to write:
If InitVar2(Var1) and Var1 > Var2 then ....
If InitVar2(Var1) returns false does it stops evaluation or there is no rule ?
Thanks,
Francis