This is going to be a lot easier for me to show you then to try and explain it. This is the text file that I have to read, and it might change. The only thing that will change is the number of "records" that are red. The stuff in BLUE is really not in the text document, it is just to help you understand what is going on.
[u]Text File:</u>
Code:
DCIR 2.7 1c
****
04-10-749274
No
****
Num DCI Num First Name Last Name
1 13032928 Name 1 Last Name 1
2 13012342 Name 2 Last Name 2
3 17345928 Name 3 Last Name 3
4 13171234 Name 4 Last Name 4
5 16153145 Name 5 Last Name 5
6 11234125 Name 6 Last Name 6
****
Sanctioning Num Winning DCI Loosing DCI Round Something (dont know
04-10-749274 13032928 17345928 1 A
04-10-749274 17345928 13012342 1 A
04-10-749274 11234125 13171234 1 A
04-10-749274 13032928 17345928 2 A
04-10-749274 17345928 13012342 2 A
04-10-749274 11234125 13171234 2 A
****
So what my goal is to figure out how many wins everyone has. There DCI number is the "Social Securety Number" for this game. So I need to be able to "look that up" Then i need to store the number of wins that everyone had, and who they played. How would i do that in a text document?