LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Want to combine two 2d arrays with different numbers of rows

Solved!
Go to solution

I did, when I had all the transposes in there, the file came out in just 2 columns.

 

When I took them out, it came out all nicely formatted

 

See attached, it looks f*** beautiful, haha.

 

Thanks again! 🙂

0 Kudos
Message 11 of 13
(1,098 Views)

If you don't use transpose then what's shown in the attached screenshot will happen.  You have a True constant wired to your version of the spreadsheet VIs, and if you kept the same terminals then you are transposing when reading and writing the file, so your transpose is embedded inside the subVIs.

0 Kudos
Message 12 of 13
(1,087 Views)

 


@smercurio_fc wrote:

If you don't use transpose then what's shown in the attached screenshot will happen.  You have a True constant wired to your version of the spreadsheet VIs, and if you kept the same terminals then you are transposing when reading and writing the file, so your transpose is embedded inside the subVIs.


 

Ah, okay

Yeah, I attached what I did, just to show. 

0 Kudos
Message 13 of 13
(1,081 Views)