thanks Kamikaze47, cos u actually pointed out a bug in my code there.

Should have been ...
Code:
        ifdef T8
            ifndef NO_T7_WARNING
                messg "Temp variables exceeding T7"
            endif
        endif
Then it would display a relevant "Warning", instead of obscure errors.
<br>