Combining two data trees

Hi all, I am hoping that someone can help with the following

I have two trees with 23 branches and two items in each branch

How can I combine the data into a tree with 46 branches, alternating the branches from each tree?

{0;0to22}(i)

{1;0to22}(i)

The branches combined in the following way

{0;0)(i)
{1;0}(i)
{0;1}(i)
{1;1}(i)
{0;2)(i)
{1;2}(i)
{0;3}(i)
{1;3}(i)

but into the one branch
{0to45}(i)

Thanks in advance!

I found a solution, keen to hear how you would approach it all

the same!

Cheers

There are probably many other ways.

1 Like