Hey guys,
First off, I have absolutely no programming experience or background whatsoever.
I set myself a goal recently of being to program a challenge an IT teacher set a friend of mine a few months ago, and I would really appreciate it if some of those with the necessary skills and experience could provide me with a "path" I can follow to be able to program it.
I have in my possession a large text file which I wish to analyse.
The file is in the following format
xxxxxxxxxxx 1240 xxxxxxxx
xxxxxxxxxxx 1345 xxxxxxxx
xxxxxxxxxxx 1658 xxxxxxxx
Essentially, I want to isolate the numbers in each line, and track them, triggering different actions when a certain number is hit. For example, if it hits 1240, the program would do a track it, or something of that nature, and when it reaches another specified number, say, 4356 it stops the pair, and then logs that one complete pair has been recorded.
So, my question to you, is where do I start to be able to do this?
I understand that this may be far more complex than I think it to be, but I aim to use this to learn some programming skills over the mid-term future, and a platform to expand my knowledge.
Thanks for your time,
MagicSam
First off, I have absolutely no programming experience or background whatsoever.
I set myself a goal recently of being to program a challenge an IT teacher set a friend of mine a few months ago, and I would really appreciate it if some of those with the necessary skills and experience could provide me with a "path" I can follow to be able to program it.
I have in my possession a large text file which I wish to analyse.
The file is in the following format
xxxxxxxxxxx 1240 xxxxxxxx
xxxxxxxxxxx 1345 xxxxxxxx
xxxxxxxxxxx 1658 xxxxxxxx
Essentially, I want to isolate the numbers in each line, and track them, triggering different actions when a certain number is hit. For example, if it hits 1240, the program would do a track it, or something of that nature, and when it reaches another specified number, say, 4356 it stops the pair, and then logs that one complete pair has been recorded.
So, my question to you, is where do I start to be able to do this?
I understand that this may be far more complex than I think it to be, but I aim to use this to learn some programming skills over the mid-term future, and a platform to expand my knowledge.
Thanks for your time,
MagicSam