43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng7c2f.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng8271.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>CLOSE Close File or Device</B>
|
|
|
|
<B>CLOSE</B> [[#] <U>filenum</U> [,[#] <U>filenum</U>]...]
|
|
|
|
Closes one or more files or devices and terminates the association
|
|
between a file or device and its number.
|
|
|
|
<U>filenum</U> The number under which a file was OPENed.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> If no <U>filenum</U> 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.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ngf078.html">END</A>
|
|
<A HREF="ng20da4.html">OPEN</A>
|
|
<A HREF="ng2f4d7.html">STOP</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|