rangerbud249
Active member
- Joined
- Aug 18, 2004
- Messages
- 27
- Programming Experience
- Beginner
Hello,
I am getting an error when reading mySTR if the line that I read is empty. Does anyone know how to skip a line and continue to the next line in my Do Until, Loop statement.
here is my code.
Do Until r.Peek = -1
Dim mySTR As String
mySTR = r.ReadLine
Loop
Thanks
Jose
I am getting an error when reading mySTR if the line that I read is empty. Does anyone know how to skip a line and continue to the next line in my Do Until, Loop statement.
here is my code.
Do Until r.Peek = -1
Dim mySTR As String
mySTR = r.ReadLine
Loop
Thanks
Jose