Match range of numbers eg Match 35 [($i1 > 36) || ($i1 < 43)]

Michael's icon

Is there a way to match a combination of numbers where the first number is fixed and the second number is anything that falls with in a defined range?

Example
Match 35 [($i1 > 36) || ($i1 < 43)]

Roman Thilenius's icon


i dont think it is possible on one object. using [split] with [list] should be te most effective way.

Source Audio's icon
Michael's icon

Thanks Source. That’s exactly what I ended up doing, using an if statement.