Hello,
Just curious, what's the difference between:
andCode:Dim sr As StreamReader = File.OpenText(SourceFileLocation)
Both do the same thing of course and both works, but I'm just curious which method I should be using.Code:Dim sr As StreamReader = New StreamReader(SourceFileLocation)
Thanks,
Strick


Reply With Quote
