in reply to Re^2: how to update a field of a record in a large text file
in thread how to update a field of a record in a large text file

Do you have an index on this file? In other words, do you know which record you need? If that is the case, you can use seek to go straight to the position you need in the file.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re^3: how to update a field of a record in a large text file