LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Iterating through a file

I have a data file with no heading that consists of one column with 3 digit numbers. I want to read in a number, run my algorithm then go to next line so on and so forth. My question is what is the best way to jump to next line to read in the data.
Jason Salisbury
0 Kudos
Message 1 of 2
(2,583 Views)
You need to iterate through all the lines of the file.  Best way to do this is to use the String->Additional String Functions->Pick Line function.  Use a for loop to iterate through the line index.  Hope that gets you started.

0 Kudos
Message 2 of 2
(2,583 Views)