I have a Delphi application that is able to read strings from a Text (or 'csv') file and similarly append strings to the end of the file.
Is there a method of inserting Strings into a specific point in this text file, i.e. read through 10 lines (of a 100 line file) and then insert a String as required ?
Thanks in advance
Steve
Is there a method of inserting Strings into a specific point in this text file, i.e. read through 10 lines (of a 100 line file) and then insert a String as required ?
Thanks in advance
Steve