bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PUT Statement (File I/O)
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
PUT [#]filenumber%[,[recordnumber&][,variable]]
 
    ■ filenumber%      The number used in the OPEN statement to open
                       the file.
    ■ recordnumber&    For random-access files, the number of the
                       record to be written. For binary-mode files, the
                       byte position where writing is done.
    ■ variable         A variable that contains output to be written
                       to the file.
 
See Also    OPEN (File I/O)    GET (File I/O)    PUT (Graphics)