have you guys an example how to write something to a file ??? open "./test.txt" for write as #hFile print #hFile, "testing" close #hFile the script above aren't working if the file never been exists... any solutions ???