i basically just need a quick way to create an empty text file for output in a specified path... i thought that

Open "c:\test.txt" for Output as #1



would create one if the file didn't already exist, but i guess i was wrong...
please let me know if you have any suggestions...

thanks

tom