Reading from a text file
Hi I have a problem in reading from a text file line by line.
I will have this type of text file:
00001110000, 000
00110101010, 001
00000101010, 111
and I want to read the text file line by line - store the part before the ',' in an array and the part after the ',' in another array!
Any help please?!
Nilanka DharmadasaPosted Nov 24, 2009, 8:18 AM
As I understod your problem, this code will be the answer for your problem.
If this is not what you want, please let me know. I will help you.
If you find this useful, please do not forget to mark 'Do you like this answer' check box.