Question about IF statement
eagletalontim
Posts: 1,399
I was wondering if there is a way to do something like the code below in the SX/B
or do I have to write 2 if statements?
IF val1 >= val2 AND val3 <= val2 THEN ' do something ENDIF
or do I have to write 2 if statements?
Comments
IF val1 >= val2 THEN
· IF val3 <= val2 THEN
··· ' Code here
· ENDIF
ENDIF
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
·The next time you need a hero don't look up in the sky...Look in the mirror.
·