Maybe I'm missing it.. is there an easy way to append to a file (like a log file) in basic09? all the print,write,put statements seem to write at the current file pointer which is 0 on open. any trick or simple way to seek to the end? -Aaron