On Sat, 2011-08-27 at 23:52 -0500, xOChilpili wrote: > dim hFile as File > hFile=OPEN "/home/xochilpili/test.txt" FOR APPEND > WRITE #hFile, "e" > CLOSE #hFile > > Use PRINT not WRITE.