Hi Dennis...
After I saw your attachment file, I thought I have to change my problem.
I have Test1.txt file contain "0,1,2....15". And second I have Test2.txt file too that contain the result of some process. This Test2.txt should contain the same "0,1,2...15" like Test1.txt, but in sometime it could be different. So, what I want is to compare the "0" on line 1 of Test1.txt with the data on line 1 of Test2.txt. And "1" on line 2 of Test1.txt with the second data on line 2 of Test2.txt, and so on. So, this what the process I called line-by-line comparison. I did it with "Read File" function of LabView.
My problem now is since I didn't "translate" my file to be an array, how can I make it ? I want my data from Test1.txt file read and t
ranslate it to an array. If I could translate it, I could use your method to solve my latch problem.
Thanks