Try this one...there are actually two components in there that split a
list into 10 separate ones.  One that does it cyclically and another
that does it in chunks.  I wasn't sure which one you wanted, and they
were pretty much copies of each other anyway.  The second one (the
"chunks") is more stable...the first one will probably fail if you put
a list in that isn't divisible by 10.

http://grasshopper3d.googlegroups.com/web/splitToTen.ghx?hl=en&gsc=nt7mYxYAAACmNcbU8wnvfwB_TL_YGUzV-vghgYgES8zAzJdW7J9-8w

-Damien

On Jan 16, 12:59 pm, Thøger <[email protected]> wrote:
> Yes i know how to do it that way, but I don't want all that code :-)
>
> But thanks anyway
>
> On 16 Jan., 14:09, klint <[email protected]> wrote:
>
> > e.g. what to do to split a list of 100 values into 10 lists of 10
> > values
>
> > Took it as a challenge, probably not to practical, unless you'll be
> > doing it more than once.
>
> >http://screencast.com/t/ebkBIZtGV
>
> >http://screencast.com/t/Nlzc22Nj
>
> > /Lars
>
> > On 15 Jan, 21:15, Thøger <[email protected]> wrote:
>
> > > e.g. what to do to split a list of 100 values into 10 lists of 10
> > > values
>
> > > On 15 Jan., 20:42, Thøger <[email protected]> wrote:
>
> > > > How can i split a list into a number of lists with the same length?- 
> > > > Skjul tekst i anførselstegn -
>
> > - Vis tekst i anførselstegn -

Reply via email to