Hi everyone
Can someone explain me please the difference between AND & EQU?
I'm using the following code:
if (txt1 > txt2 AND txt1 < txt3) then
This doesn't work when I run the program. Is there anyone that can tell me why?
Thanks
Can someone explain me please the difference between AND & EQU?
I'm using the following code:
if (txt1 > txt2 AND txt1 < txt3) then
This doesn't work when I run the program. Is there anyone that can tell me why?
Thanks