04-18-2017 07:58 AM
Hi Friends,
I want just duplicate single elements of my array.
in: 50 60 70 80 90
out 50 50 60 60 70 70 80 80 90 90
Best regards
Solved! Go to Solution.
04-18-2017 08:04 AM
Reconfigure your output tunnel to "Concatenate" and reduce the dimension of the output array indicator to 1d.
Other option: Instead of the loop, use the "Interleave 1D Arrays" primitive.
04-18-2017 08:09 AM
/Y
04-18-2017 08:17 AM
Thank you so much