Close Statement

  1. Close [[#filenumber] [, [#]filenumber],,,

The Close Statement takes one argument filenumber. Filenumber is the number used with the Open Statement to open the file. If the Close Statement is used without any arguments it closes all open files.

More:

Example - Close Statement