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.
WRITE # Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
WRITE #filenumber%[,expressionlist]
 
    ■ filenumber%       The number used in an OPEN statement to open the
                        file that will contain the data being written. The
                        file must be opened in output or append mode.
    ■ expressionlist    One or more string or numeric expressions separated
                        by commas. If expressionlist is omitted, a blank line
                        is written to the file.
 
See Also    OPEN (File I/O)    PRINT #    WRITE Statement