Hello, thank you for your reply. This works fine:
vb.net Code:
Results = Results & SR.ReadLine & ControlChars.NewLine Results = Results & SR.ReadLine & ControlChars.NewLine
But how can I learn how many lines in that result?
EDIT: I noticed that using readline does the same thing. I also tried ReadLineAsync.




Reply With Quote
