in reply to Re^3: extracting from 1 file and adding to another.
in thread extracting from 1 file and adding to another.

What do you mean by "first file write"?

Maybe you should really think about (or modify your program to output) how often your output file is opened.

  • Comment on Re^4: extracting from 1 file and adding to another.

Replies are listed 'Best First'.
Re^5: extracting from 1 file and adding to another.
by scripter87 (Novice) on Oct 19, 2013 at 14:28 UTC
    As in the first time I execute the program I expected the same data that the print to the screen showed, then if I was to run the program again but using the ">" I would of expected that to overwrite my first executions output.