Yes, I realize this could be set up as a user-defined function.
Returns true if the number is in the range of low to high.
I'm really thinking of this more as an addition similar to GT, GEC, etc., for IF and IFF rather than as a function, but I don't know how to have 2 parameters for the comparison. Possibly IF X BTWN 1 15 THEN
Returns true if the number is in the range of low to high.
I'm really thinking of this more as an addition similar to GT, GEC, etc., for IF and IFF rather than as a function, but I don't know how to have 2 parameters for the comparison. Possibly IF X BTWN 1 15 THEN