File Read/Write

BlitzMax Forums/BlitzMax Programming/File Read/Write

Can anyone explain me how to find a particular word or symbol in a file.....?

Load the file into a String... then do myString.Fing("word") on it.

This would be a good question for the Beginners section :-)