splitting up long lists ...
Hi,
I need to divide a list up into sublists every time the value is 0, and then give each sublist an index number.
How can I easily do this in max? (I have studied the list objects etc. and still, I havent found a solution ...)
Thanks a lot for your time,
Ana
I doubt that there's a single object solution for this. Some combination of [zl sub] and [zl slice] will probably get you pretty close, with a little elbow grease.