I am trying to make a basic math program for an assignment. At the end of the sums it saves the details into a into a text file. The next form shows a summary page that reads the data. However it will not read any "/" or ",".
The text file data is as follows:

7/08/2007,0,30,3

What i want it to do, is that it will read all the data UNTIL if finds the "," the data is then to go into the textbox, then continue reading after the "," until it finds the next "," and do this until the end of the file

I no this can be done, but its beyond what i no, and i need help. You help will be greatly appreciated because it is due soon.
Thanks
Fen