shangrilla
Programmer
I get a text file without any line breaks.
It looks something like this:
1234567890~ABCDEFGH~0987654321~HHGFEDCBA~
So ~ means a line break.
I am using the streamreader.readline() method and it works fine when the file is like:
1234567890~
ABCDEFGH~
0987654321~
HHGFEDCBA~
How Can I read 1234567890~ABCDEFGH~0987654321~HHGFEDCBA~
Thanks in advance?
It looks something like this:
1234567890~ABCDEFGH~0987654321~HHGFEDCBA~
So ~ means a line break.
I am using the streamreader.readline() method and it works fine when the file is like:
1234567890~
ABCDEFGH~
0987654321~
HHGFEDCBA~
How Can I read 1234567890~ABCDEFGH~0987654321~HHGFEDCBA~
Thanks in advance?