06-29-2010 09:18 AM
Hello,
Part of my current work with LabVIEW, i need to parse a text file to get some data values for further processing. The file contains data in the following format.
Data1,Data2 //Comment.
For Processing, its required the Data1 and Data2. How shall i extract these information one by one from the file without comment.
Please comment on this.
-mfp.
Solved! Go to Solution.
06-29-2010 09:29 AM
It would have been polite if you had indicated that you had started a new thread.
06-29-2010 09:29 AM - edited 06-29-2010 09:31 AM
Hi Favas,
like this:
There are other ways too for sure...
And yes, please indicate threads with more or less the same topic...
In the original thread you asked for the comment, now you ask for the data. You can get the comment by expanding the IndexArray function to get the 2nd column.
06-30-2010 12:27 AM - edited 06-30-2010 12:28 AM
Thank you for the comments.
I could able to solve the issue.
-mfp.