That being my point.
If the expression is true you proceed to process the code.
However, if further in your code you come across a reason for 'exiting' the IF, well, then you use another IF. This gives you the option to process or not whenever / wherever you want.
Dale