1
Reply

Reading from a text file

C St

C St

Nov 24 2009 3:16 AM
2.3k
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?!

Answers (1)