Hi
Use PicBasic Pro
Anybody give some advise as to setting a variable for example
a var BYTE
b ......
a=0
b=0
c=0
if a=1 then ...
if b=1 then
if c=1 then
All this is ignored and the 'if' statements are performed even though all the variables are set to '0'. Is there something special you have to do.
Thanks
tracker