31.07.2011, 00:41
I know that it was designed to read whole files but sometimes you just don't need that.
I would need something like this: GetValueFromFile(file[], name[]);
And then you do something like: GetValueFromFile("Someone's_Account", "Score"); and the function would return the value of Score.
Could you help me make that function? Or at least provide some advice?
Thank you.
I would need something like this: GetValueFromFile(file[], name[]);
And then you do something like: GetValueFromFile("Someone's_Account", "Score"); and the function would return the value of Score.
Could you help me make that function? Or at least provide some advice?
Thank you.