G
Guest
Hi,
I am getting a problem using the following piece of code:
Dim strfile As Object
Set strfile = FSO.OpenTextFile(stFilePath, 1)
Do While Not strfile.AtEndOfStream
strtext = strfile.ReadLine
Loop
Whenever the character count of the line goes in excess of 130, only the
131st character onwards are displayed. Any pointers?
CD
I am getting a problem using the following piece of code:
Dim strfile As Object
Set strfile = FSO.OpenTextFile(stFilePath, 1)
Do While Not strfile.AtEndOfStream
strtext = strfile.ReadLine
Loop
Whenever the character count of the line goes in excess of 130, only the
131st character onwards are displayed. Any pointers?
CD