compare list??
I have a list of two values. The first is a slash (/) followed by a a number from 1 to 100, the second is o or 1 (e.g. "/14 0). I want to keep that list intact, but pick only those lists, where the second value is 1 (filter the ones where it is 0).
I tried zl objects, but their complexity was overwhelming for a starter like me. Could somebody kindly gimme some advice?
Max Patch
Copy patch and select New From Clipboard in Max.
Hi,
Here it is...
Philippe OLLIVIER.
Alright: I thought of the gate, but didn't know about the variable x. I tried it with *, which did not work. Thank you very much!