LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How Would You Handle Carridge Returns & Line Feeds in A Spreadsheet file.

I have susessfully created a logging program which creates a spreadsheet file. I have additional information added after the loggging data is complete which I have seperated it by a CR/LF. How can I display this particular part of the file only?
I have attached the file in question, "DATA15.dat".
0 Kudos
Message 1 of 2
(2,384 Views)
Read the file like you normally do (2 D array (from Spread sheet file) )
Then scan the first column for the CR/LF character and find the index of it (may want to use serach 1D array for the collumn).
Then Divide the array into 2 diffrenet arrays, 1 above the found index (containg data to display), and the other one to ignore, or simply use "array subset" function
0 Kudos
Message 2 of 2
(2,384 Views)