I'm trying to figure out how to read data from a text file line by line. Then, I need to place the data about each member into a dictionary with one key-value pair representing each member. The key is the member number(like 106 below) and the value can list the other three fields..
The data looks like this:
106:Nerk, Fred:fnerk@bigpond.com:0260557642
110:Jones, Sally:sally_jones@internode.com.au:0429765123
Whats the best way of doing this?