LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array

Ok, now that I know what is happening, this is an easy fix.  Two things:

 

Array:  Take the reading of your Array file out of the FOR loop.  It only needs read once.  The autoindexing of the output on the FOR loop is just making it a 3D array.

 

Array 2:  Change the data type for the Spreadsheet String to Array to a 1D array of string.

 

For the combining, I think you will need to use Transpose 2D Array on the main array, then use Build Array to append Array 2 to Array.  Then transpose again to put it all the way you want.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 11 of 12
(400 Views)

Ok, I have a small correction where I told you to use Build Array.  You will need to transpose Array 2 as well.  Here I gave you 2 options of appending columns to a 2D array.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 12 of 12
(388 Views)