Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>close close file or device</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLOSE                    Close File or Device

 CLOSE [[#] filenum [,[#] filenum]...]

    Closes one or more files or devices and terminates the association
    between a file or device and its number.

     filenum    The number under which a file was OPENed.

   ----------------------------------------------------------------------

      Notes:    If no filenum is supplied, all open files and devices are
                CLOSEd.

                If the device or file was OPENed for sequential output,
                CLOSE writes the final buffer to the device or file.

                CLEAR, END, NEW, RESET, and SYSTEM automatically close all
                open files and devices.

See Also: END OPEN STOP

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson