I am trying to create a component that sorts two lists in and
alternating manner.

List 1 - A1, A2, A3, A4...
List 2 - B1, B2, B3, B4...

Resulting List - A1, B1, A2, B2, A3, B3...

I tied a simple sort of A = X and B = X, but it seems that the script
only can put out a variable, one at a time.

Reply via email to