I am writing a file to parse text files.
I want to use Scan from File and read line by line.
Attached is a simple LV 7.1 (converted to 7.0) with a sample file.
The sample text file was created with ImageJ, and my hex editor says
that it uses \r\n for the end-of-line characters, so I have used the format string
%[^\r\n]\r\n
to get the text for one line.
Every time you press Read line, you will get the correct string, but also
an error 85.
The funny thing is that it also works with the format string
%[^\n\r]\n\r
Anyone have any insight to this mystery?
mlewis