I think that now even if we forget to put == in an if statement the compiler doesn't report the error.
I spent the whole day figuring out why my new indicator that I just coded in NT7 was not returning expected value. I found out that instead of writing "==" in my if statement I wrote "=". The compiler didn't report the error so it seems that everything was all right.
Bernard

Comment