10-25-2007 08:26 AM
10-25-2007 08:40 AM - edited 10-25-2007 08:40 AM
Message Edited by GerdW on 10-25-2007 03:41 PM
10-25-2007 10:02 AM
Hi All;
True, I did create the original text file using the Config File VIs, however! my need for a text file editor has outgrown their usefulness; perhaps I should have explained my full application intent:
I have a text-based configuration file that is used by multiple software platforms, and is already in existence. I am not versed in these platforms, and so my platform of choice is LabVIEW. I need to pull certain configuration and variable information from these text-based files and use them in my LabVIEW application. These text-based files are set up in a format significantly different that would be useful in a Config VI, and I do not have the option of reformatting the text-based file to suit my needs. Think of it as a "one text-file format for all applications" type of idea.
Hence the need to identify the string tokens as part of my original post. (GerdW: normally a good idea, I agree! But I hope my explanation clarifies my current need.)
DJH
10-26-2007 02:24 AM
10-26-2007 11:06 AM
11-02-2007 01:13 PM
Just to close out the thread, the Spreadsheet String to Array turned out to be what I needed... this handled the eol quite nicely, and I only had to reverse the process to write the file. Thanks!
DJH