Well, I have no idea where to start with this. Basically I want to write a program which scans for individual words from a text file. And then depending on what those words are it will execute further functions but for now I just want to figure out the first part: how to scan for individual words from a text file.
I believe I can accomplish this with the Scan From File function, but all the tutorials I find only talk about reading the file and outputting its contents. I want to do something with the contents instead of just outputting them.