Skip to Content
0
Former Member
May 29, 2008 at 09:42 AM

End of line(character) while reading the line

25 Views

Hi

i am reading the file from the application server by opening the file in binary mode(as it is a tab delimited file)

now when i read the line it wil read character by character. My problem is how to find the end of line now,

i think the end of file will have one end character

what is that character and how to find that character...