File Read/Write

BlitzMax Forums/BlitzMax Programming/File Read/Write

gameshastra(Posted 2007) [#1]
Can anyone explain me how to find a particular word or symbol in a file.....?


Brucey(Posted 2007) [#2]
Load the file into a String... then do myString.Fing("word") on it.

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