How to combine arrays in a structure into one?

How to combine arrays in a structure into one?

image

Yes, i can append (2 arrays).
But my problem, that i have (10>) item arrays into (Structure). And i search (For Loop + Append).

I think you’ve just got to use lots of append nodes :slight_smile:

It’s a pity that there is no solution using a loop…
Thank you very much for the answer!

1 Like

Trouble is, you have no way of ‘enumerating’ them.

You could, if you made your struct even more complicated, but it already looks complicated enough… :smiley:

1 Like