LL wrote:
> Hi All,
>
> I have a list containing 108 filenames. I want to open each file and
> write it to an output file, appending it to the previous write. I use
> the code below. Everything appears to work fine until I reach file
> 107. Only part of the file is written, and file 108 is not
Hi All,
I have a list containing 108 filenames. I want to
open each file and write it to an output file, appending it to the previous
write. I use the code below. Everything appears to work fine until I reach file
107. Only part of the file is written, and file 108 is not written at all. Th