ASSIGN @Handle TO "Filename" opens the file OUTPUT @Handle;"TEXT" writes to the file ASSIGN @Handle TO * closes the file
ASSIGN @Handle TO "Filename";FORMAT ON opens the file as text rather than binary