Hi people;
I´m translating old c-scripts to Lite-C, and i know that...
Code:
my.enable_scan=on; //C-script

is now:

my.emask |= ENABLE_SCAN;//Lite-C



...but how do you write "my.enable_scan=OFF"?
Any help is appreciated, thanks in advance.