Unjoin is deprecated?

woodslanding's icon

It says 'no such object'.

Is there another way to extract X elements from a list, starting from element N? ZL can give me the first or last X elements, but I don't see that it can get elements X thru X+N....

thanks in advance for any tips.

-eric

Chris Muir's icon

a couple of zl slice / ecils should get you there.

Chris Muir's icon

Plus, isn't unjoin a new Max 6 object?

Emmanuel Jourdan's icon

unjoin is new to Max 6 indeed.

woodslanding's icon

hmmm... but it's in the max 5 documentation. Optimistic docs, I guess.

Found a better solution, using count so I'm good.