WRITER

Synopsis
WRITER
Description

Outputs the name of the current write stream file, or the empty list if the write stream is the Commander.

Example
OPENWRITE "example.txt
SETWRITE "example.txt

; Can't use "SHOW WRITER", because the output
; would go to example.txt, not the commander.
; Use "MESSAGEBOX" instead.
MESSAGEBOX "writer WRITER

SourceForge.net Logo