07-10-2007 10:20 AM
I'm sending the entire toolkit. Thanks again for all of your assistance...
07-10-2007 02:01 PM
The Expand History VI shows how to load the data from a file.
Based on it, I wrote a very quick example showing how to read a directory of these files and save CSV copies of their data.
Note - this does not save the header. To do that, you should output the Tokens array from the VI the decodes the header and prepend that to the string currently being saved.
Another note - there is NO error handling at all in this example, which is bad. Also, I didn't test it, so it might not even work. The only thing I did test is that this can read and convert an hst file to a LabVIEW 2D string array properly.