From: ChrisH Date: 2006-03-16T13:43:46+09:00 Subject: Re: csv nil check and update Do you close the file? I'm pretty sure output is buffered and if the file is not closed properly it will not get flushed to disk. Cheers