Hi all! I'm trying to select values between 0 - 100, 100 - 200, 200 - 300 and so on. My intention is that when there's a value between 0 and 100 for example, let that number go to an object, when the value is between 100 and 200, go to another one. I was trying to get that worked the last days, but didn't find the answer. Any ideas? Thanks a lot!
-
Filtering numbers
-
you might check out [moses], or the logic gates [>] and [<].
any technology distinguishable from magic
is insufficiently advanced. -
I've tried, but now that I asked, it seems that the issue is solved. The problem I had with [moses] was that the right outlet still passing the number when it was greater than the value I wanted, what I have to do is to put that value in another [moses] with the next filter value, and for the first one a [<] with the max number I want. Thanks!