Yes, these are good examples.  But each combine the data onto one
line. So, the list is sorted:

A1 B1
A2 B2
A3 B3

What I need is a component that sorts:

A1
B1
A2
B2

That means the list will have twice as many members in it than either
of the original lists.

I have posted a GHX that shows how I did do it.

http://en.wiki.mcneel.com/content/upload/files/Alternate_Sort.zip

It creates a double long true false list that drives a VB.net If else
statement that pumps out a list.

Reply via email to