Hi...
I'm trying to store data parsed from a text file prior to processing it (and sending it to better places - like a MySQL database)
I have used a list of class instances before, and that worked quite well. If I want to create a searchable list I guess I could use a dictionary with the values as class instances...
Does anyone hae any suggestions?
Cheers,
Ben
I'm trying to store data parsed from a text file prior to processing it (and sending it to better places - like a MySQL database)
I have used a list of class instances before, and that worked quite well. If I want to create a searchable list I guess I could use a dictionary with the values as class instances...
Does anyone hae any suggestions?
Cheers,
Ben