Hello,
What is the best, and easiest way to extract information from Files?
For example:
I open afile.txt
afile.txt contains:
/*
City Distance1 Distance2 AvgDistance
Miami 50 60
Montreal 90 65
Vancouver 87 63
*/
In that exact spacing. How can I extract the strings and numbers and use it?
I know it's a simple solution, but I can't seem to work it out. I don't mind if it I have to store each into it's own variable. As long as you can explain your answer, it would HELP a lot more than just posting a solution.
Thanks



1Likes
LinkBack URL
About LinkBacks



