K
Keith Rebello
When reading from a text file in VB6, we could use:
Input #FileNumber, Variable1, Variable2, ...
to read directly into variables. Is there something equivalent in VB.Net?
Input #FileNumber, Variable1, Variable2, ...
to read directly into variables. Is there something equivalent in VB.Net?