Documentation

#CLOSE

CLOSE

Syntax: #CL filenum
Syntax: #CL windowname
Related: #FILE

Close the file given by filenum. It must have already been opened using the FILE command.

You can also use the Close command to close a window by specifying the name of the window in place of the filenum parameter.

CLOSE example

#CLOSE 1
Closes file number 1

#CLOSE Tell


Closes the window named "Tell"

Add comment

Login or register to post comments