◄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)►