How to combine arrays in a structure into one?
1 Like
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
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…
1 Like