Re: [Tutor] error in writelines

2006-09-10 Thread Luke Paireepinart
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

[Tutor] error in writelines

2006-09-09 Thread LL
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