qck.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
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Writes data to the screen or a sequential file.
 
    WRITE #filenumber% [,expressionlist]
 
    ■ filenumber%      Number of an open sequential file; if omitted, WRITE
                       writes to the screen
 
    ■ expressionlist   One or more variables or expressions, separated by
                       commas, whose values are written to the screen or file
 
 See Also
    Device I/O Commands              File I/O Commands
    PRINT # Statement                WRITE Statement