Hehe... it's just example...
I wrote first thing that came on my mind...
Ok...
IF (X<8 OR Z>2) AND Y=1 THEN your stuff...(77words used)
31 words used.Code:IfVar=0 IF X<8 THEN IfVar=1 IF Z>2 THEN IfVar=1 IF y<>1 THEN IfVar=0 IF IfVar=1 THEN IfVar=0 your stuff... ENDIF
Better???
Bookmarks