in reply to Re: write to/append a specific line in output file
in thread write to/append a specific line in output file

in fact I might still go about doing it that way. Seems like this is re-writing the entire file every time it adds a new piece of data, so this is extremely slow unless you use "deferred writing" in which case it would store everything in memory and I would have gained nothing by using this.
  • Comment on Re^2: write to/append a specific line in output file