If I want to print "HELLO" to the screen in a basic09 program I would use. PRINT "HELLO" If instead I to print "HELLO" to a file I can use. PRINT #pathno,"HELLO" Is there any way to send the output of "PRINT USING" to a file? Charlie