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>put write record from random buffer to file file i/o</b> http://www.X-Hacker.org [<<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)

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