I have a text file with repeating sets of data. Each is 4 lines long, with line 1 containing a title, line 2 containing a constant which identifies the data, line 3 has one number, and line 4 has two numbers corresponding to a max and min. Is there any way I can extract the numbers from line 2, 3, and 4 separately to create an array for each? So far, I've used read from text file wired into a FOR loop containing the scan from string function. I'm not sure how to pick out every 4th line of the file to get common data grouped. I'm new to Labview, so any advice is much appreciated! Thanks.
↧