G
Guest
I have a text file which has a Carriage Return Character in the middle of the
line. When I open the file in notepad the character is shown as a box whereas
in word it acts as a carriage return.
When I read the file using either LineInput Method of the
Microsoft.VisualBasic.FileSystem Module or the ReadLine Method of the
StreamReader class only the part before the Carriage Return Character is
returned and the next part is returned with a subsequent call. Is it possible
to return the full line with one call.
Regards - Nathan
line. When I open the file in notepad the character is shown as a box whereas
in word it acts as a carriage return.
When I read the file using either LineInput Method of the
Microsoft.VisualBasic.FileSystem Module or the ReadLine Method of the
StreamReader class only the part before the Carriage Return Character is
returned and the next part is returned with a subsequent call. Is it possible
to return the full line with one call.
Regards - Nathan