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?!