heh, actually i had it with the merge streams component, but i removed them just to make it look smaller. but you are right, better use the merge component so you don't have to know which list you linked first. About multiple lists, you could substitute the number parameter that has 0 and 0.1 with another list that has 0.1 as the step size and the number of lists you want as the number of values to output (or 0.001 if you have more than 10 lists). If all the lists are the same size you only need one length component.
On Oct 27, 6:46 pm, taz <[EMAIL PROTECTED]> wrote: > viscose, > > I like your stiching solution. > > It might be a good idea to combine the lists with a Merge component > before sorting (for clarity), otherwise the first value of the stiched > list will correspond with whichever list was first attached to Sort. > > But I still like the minimalist approach for only 2 lists... > > taz > > On Oct 27, 12:50 pm, Splash <[EMAIL PROTECTED]> wrote: > > > That is very creative. I like the way your tagged the second series > > as 0.1. > > > This method could be used to sort as many different lists as you need. > > > Thanks.
