> Why not ... open(filename ... ? Then 'a' should work. (or at least works > here). The new and prefered way to open a file is to use "file()". The old "open()" is a synonym kept around for backwards compatibility. Gary Herron