I need to concatenate characters from a text document to create a phrase. I understand the concept of concatenating from text boxes on a form, but not concatenating characters from another file. This isn't my assignment, but it is the concept I need to understand.
A text document that reads "The cow jumped over the moon as it moved from earth to venus." From that I need to use the characters from the phrase to create the word "mover over". Am I able to read from the text document or do I copy the text into the program and do some sort of character count? Any advice/example would be greatly appreciated.