Hi Guys, does anyone have a clue related to the following..
instead of getting 1 or 0 as main result at the bottom, how to get the number lesser than 360 from the main input? and not having any numbers greater than 360, indeed.
like here, how to get 14.8 instead of 1?
I want to let pass any number from 0 to 360 but not above. But instead of having 1/0 like the ON/OFF i need the integer/floating number as main result.
Thanks a lot.
-
Lesser Greater Than issue
-
Hi,
[<], [>], [==], etc. are all logical operators which output
1
or0
. To separate numbers less than a value, use [moses]. For instance, [moses 361] will output values smaller than 361 through its left outlet and values equal to or greater than 361 through its right outlet.Cheers,
Gilberto -
GREAT!!
thanks a lot, that works fine now!!!