Hi
I stop programing for 2 years and now I need no start again (which I like) but I´m a litle rusty
I need to storage the results of some tests in a file, the thing is I need afterwards to find anyone that I need, this really is like an address book, will have the name of the test, the date, time, results, coments etc, and I need to be able to find this information looking for any of this entries.
any idea how to do it? is it posible to search in the file and only load the information that I need? or I need to put all the information of the file in a string or something like that and afterwards look for what I want?
thanks in advance!!!