You could use a dispatch component or a "cull with pattern" component to separate a list into two lists.
Create a boolean parameter that contains 2 values "true, false". Then use the duplicate data component (that has the icon of a bunny) to duplicate the data a number of times (the size of each row), set "keep order" as false. If you set the number of duplicates as "5", you will get "true, true, true, true, true, false, false, false, false, false". Link this to the cull pattern component, and you'll get one set of the rows. Link it to another cull pattern component but this time right click in the input and select "inverse", and you'll get the other rows. On Nov 25, 5:00 am, holbrd <[EMAIL PROTECTED]> wrote: > i was wondering if anyone had any other idea's on how to separate > every other row in a list without having to call out the numbers in > the row in the interval manually ex. (0-20,30-40) possible there is a > function that i don't understand. > > http://grasshopper3d.googlegroups.com/web/Row+skip+problem+01.png > > http://grasshopper3d.googlegroups.com/web/Row+skip+problem_02.png
