Hey.
I have a list, i want to rearrange. I want all values at index 0 in one list, and all values at index 1 in one list, and so on. How can i do that??
Nichlas
Hey.
I have a list, i want to rearrange. I want all values at index 0 in one list, and all values at index 1 in one list, and so on. How can i do that??
Nichlas
try a codeblock that says x[0][0] or x[0][1]
[ ] might be { } in the different versions of Dynamo (1.x or 2.x)
DesignScriptGuide.pdf (3.7 MB)
DesignScriptDocumentation.pdf (705.6 KB)
Edit: added links
Is it possible for you to show me? I canβt make it work.
When i eventuel have a list with over 100 values, i dont think that way works.
Please write down the output you want by hand so we can clearly understand what you want
List.Transpose node would likely help here.