[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PUT                      Write Record from Random Buffer to File     File I/O

 PUT [#]filenum [,recnumber]

    Writes a specified record from a specified random file buffer to disk.

     filenum    The number under which the file was OPENed.

   recnumber    A numeric expression in the range 1 to 16,777,216
                specifying the number of the record to be transferred.
                Defaults to the next record, or record 1 (if no previous
                record has been PUT).

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

      Notes:    If filenum specifies a communications device, recnumber
                specifies the number of bytes to write; recnumber in this
                case may not exceed the value of LEN given when the
                communications device was OPENed.

See Also: GET (File I/O)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson