How would I make a between condition? For example, IF between var1 and var2 THEN. Thanks in advanced!
I'm happy to be corrected, but I believe you would use a third variable and 2 conditions on your IF statement.
i.e.
IF var3 > var1 AND var3 < var2 THEN … END IF
Cheers,
Grant
Log in to post a comment.
How would I make a between condition? For example, IF between var1 and var2 THEN.
Thanks in advanced!
I'm happy to be corrected, but I believe you would use a third variable and 2 conditions on your IF statement.
i.e.
IF var3 > var1 AND var3 < var2 THEN
…
END IF
Cheers,
Grant