Michael
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?
ExampleMatch 35 [($i1 > 36) || ($i1 < 43)]
Roman Thilenius
i dont think it is possible on one object. using [split] with [list] should be te most effective way.
Source Audio
Thanks Source. That’s exactly what I ended up doing, using an if statement.