I guess you are using file_open_write to get a handle to the file you are writing into. Use "file_open_append (STRING* name);" instead. Then any text you write to this file will be appended.