LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a row or column delimiter for write to text file.vi

Solved!
Go to solution

That's what the Build Array was there for... I think you may have made the job harder on yourself. The Array to Spreadsheet String will add in those commas between each element (each element in the row like you want) and then add line feeds after each row. Since there is an array being built within the For loop, you shouldn't need to put any commas there.

 

I know you already have it working, but for learning's sake you should post what your code looks like now just so we can help you improve.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 11 of 11
(767 Views)