02-14-2012 09:13 PM
Hi,
I am reading to EOF. However, I would like to get the value before EOF.
Any suggestion?
Thank you in advantage
02-15-2012 06:22 AM
Does this question refer to NI TestStand at all?
How do you currently read the file?
Norbert
02-16-2012 11:10 AM
I thought that I in Test Stand Discussion Forums, so all the questions are refer to TS environment.
To read EOF, I open text file, read it, "Goto", and then close the file.
My question: I need to get the line before EOF. Not sure about syntax in TS
Thx
02-17-2012 10:33 AM
How are you reading the file? TestStand has no direct way of reading files so what are you doing to get the file data into TestStand?
At the end of the day you're much better off doing something like this in a CVI/.NET/LabVIEW code module rather than try to do it in TestStand.