03-06-2013 09:46 PM
how can I give a condition for a number like this
1<x>2. TO a condition to the case loop selector terminal for selection .I expect help
03-06-2013 09:55 PM
03-07-2013 02:20 AM
In the case selector, write "1..3" for all integers 1 <= x <= 3
(if using floats it'll get rounded to an integer, so not the optimal solution, then you'll need In-range and coerce)
/Y