06-17-2010 08:14 AM
I have a lot of data files in a text format, where I need to collect some specific data inside them. The files are by another program named in numerical order.
I have already made a VI where I manually select the files one at a time, get the data I need, put it into an array and save the data from all the selected files. Now I would like to be able to just select the first file, and then let the VI run through this and all the following data files and collect the data. Also, it has to stop collecting data, when there are no more files to open.
Any idea how I do this?
06-17-2010 09:12 AM