Not sure this is the right forum to ask this question.

Im just wondering if VB6 is suitable to do the following task:

* Read a log file, the first line and the last line.
* Find certain texts in the log and extract a number from each found.

While this might look simple, in some coding environments its not sadly. For an example in autoit its extremely complicated.

For example a text could look like this:
[01:04:12] You get 1,402,421 experience points!
The number (1,402,421) would then be added with the next one found until the file has reached the last line.

But yeah, thats the question. I know of course that is is possible, but how hard would this be to code in VB6?