The following example read the first line of the file, which contains multiple lines. How do I move to the next line?
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.OpenTextFile("C:\Endicia-output.prn", ForReading, TristateUseDefault)
x = f.ReadLine
Thanks.
Alex
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.OpenTextFile("C:\Endicia-output.prn", ForReading, TristateUseDefault)
x = f.ReadLine
Thanks.
Alex