P
Peter
'if you do this
Dim sr As New StreamReader
_(System.AppDomain.CurrentDomain.BaseDirectory& "CR.txt")
' and then loop through values
while sr.peak > -1
......
end while
sr.close
is there a way to reopen the streamreader on the same file?
Dim sr As New StreamReader
_(System.AppDomain.CurrentDomain.BaseDirectory& "CR.txt")
' and then loop through values
while sr.peak > -1
......
end while
sr.close
is there a way to reopen the streamreader on the same file?