LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I save a table with column headers?

Hi

I want to save the content in table to a text file. I used Write file.vi for doing that but the column headers didn't be saved. My column headers are changed depends on my testing result so that the column number is not fixed. Any suggestions?

Bill.
0 Kudos
Message 1 of 2
(2,763 Views)
You can retrieve column headers with the ColHdrs[] table property and save them to disk before the table contents.
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,763 Views)