Hey, Thx for the tutorial, but i was wondering how to search for text, not records.
Ex, i want to find all the records that have the word The in them how to do that?
Open file, read a line, if this line contains "The" substring - that's a record you want, get to the next line, if again... until end of file. Simple, right?