dos_compilers/Microsoft QuickBASIC v3/manual/ng298af.html
2024-07-01 13:00:14 -07:00

41 lines
1.4 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng29621.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng29bbc.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>PUT Write Record from Random Buffer to File File I/O</B>
<B>PUT</B> [#]<U>filenum</U> [,<U>number</U>]
Writes a specified record from a specified random file buffer to disk.
<U>filenum</U> The number under which the file was OPENed.
<U>number</U> A numeric expression in the range 1 to 16 megabytes,
specifying the number of the record to be transferred.
Defaults to the next record, or record 1 (if no previous
record has been PUT).
----------------------------------------------------------------------
<B>Notes:</B> If <U>filenum</U> specifies a communications device, number
specifies the number of bytes to write; number in this
case may not exceed the value of LEN given when the
communications device was OPENed.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng127c8.html">GET (File I/O)</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>