List organization

Hi there ,
there is a thing that i cant solve. lets say i have a list contains 90 items and i want to create a new list from this one like this : 0:(0,1,2,3) 1:(1,2,3,4) 2:(2,3,4,5) … . i tried chop, sequence,takeeveryNitem but in the end i could not solve it. Help is appreciated. thanks

done

1 Like

You can also use the List.Sublists node with DesignScript syntax.
image

1 Like