S
Shahil Shah
Hi
Do you know if the vb 2003 compiler implements lazy compilation?
For e.g:
IF test1 OR test2 THEN
do something
END
If test1 is evaluated to be TRUE then the compiler should not bother
evaluating test2 and go into the IF block.
How can this be activated?
Thanks
Shahil
Do you know if the vb 2003 compiler implements lazy compilation?
For e.g:
IF test1 OR test2 THEN
do something
END
If test1 is evaluated to be TRUE then the compiler should not bother
evaluating test2 and go into the IF block.
How can this be activated?
Thanks
Shahil