LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving Arrays to one Array, Arrays zusammenfassen

Hallo,

I have two arrays, f.e. "1 2 3 4 5" and "6 7 8 9 0", an I want to save them in one array like:

1 6
2 7
3 8
4 9
5 0

(two values in one line seperated by tab)

The "Build array" vi gives the following output:

" 1 2 3 4 5 6 7 8 9 0"

inkluding the strange Symbol "[]" (a square) and no linebreak. How can I handle this? I attached my original output.

Arno

PS: LabVIEW 7, answers in german, english or dutch
0 Kudos
Message 1 of 4
(2,771 Views)
Here you go. See attached.

Dave.
==============================================

0 Kudos
Message 2 of 4
(2,771 Views)
Thanks Dave,

it works ALMOST. Look into the output file.

Arno
0 Kudos
Message 3 of 4
(2,771 Views)
OK, try this. It will only work if you are using numerics. Modify the %15e as required for your type of numbers.

Dave.
==============================================

0 Kudos
Message 4 of 4
(2,771 Views)