Does someone have an example of the best way to sort a Fixed Length Flat File using VB.NET? In the past, I've done this by writing it into a database table and then reading it back sorted, but that is not an option for what I want to do here.
I need to read it from one text file and then write it out, sorted by one of the fields, to another. Any help would be much appreciated...
I need to read it from one text file and then write it out, sorted by one of the fields, to another. Any help would be much appreciated...