Latem
10-06-2003, 09:16 AM
Ok I have a stupid question.
What' the easiest way of reading a line from a file.
I looked all over MSDN and the best that I could find is to use input(...) function and read a character at a time and keep appending it to a string that represents your line, until you hit newline. But there must be an easier way of doing it. I am using VB 6. Hope you can understand what I am saying.
Thanks.
What' the easiest way of reading a line from a file.
I looked all over MSDN and the best that I could find is to use input(...) function and read a character at a time and keep appending it to a string that represents your line, until you hit newline. But there must be an easier way of doing it. I am using VB 6. Hope you can understand what I am saying.
Thanks.