Split a list
I have a problem! I have a series of numbers ranging from 0 to 10 and i would like to split the list into two parts. I would like to have a list where I have all the 0's and 1's and in the other list all the remaining numbers.
Maybe something like this?
Max Patch
Copy patch and select New From Clipboard in Max.
Yeah. Thank you.
Most of typical list processing mechanisms are already implemented in [zl] object - It's worth taking a look at it if you work with lists.
I came up with this solution:
