qck.hlp (Table of Contents; Topic list)
CLOSE Statement
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Concludes I/O to a file, device, or ISAM table; with no arguments, closes
 all open files, devices, or ISAM tables (ISAM available in Professional
 Edition only).
 
    CLOSE [[#]filenumber% [,[#]filenumber%]...]
 
    ■ filenumber%    Number specifying an open file, device or ISAM table
 
 See Also
    OPEN Statement (File I/O)        RESET Statement
    END Statement                    STOP Statement