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

 PUT [#]filenum [,number]

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

     filenum    The number under which the file was OPENed.

      number    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).

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

      Notes:    If filenum 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.

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