qb45qck.hlp (Table of Contents; Topic list)
WRITE # Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
WRITE # - a file I/O statement that writes data to a sequential file
 
Syntax
  WRITE #filenumber[,expressionlist]
    ■ filenumber is an integer used in an OPEN statement for the file.
      The file must be opened in OUTPUT or APPEND mode.
    ■ expressionlist is one or more string or numeric expressions,
      separated by commas.
    ■ If you omit expressionlist, a blank line is written to the file
 
See Also  OPEN  PRINT #
 
Other Uses of the WRITE Keyword
  WRITE statement - to send data to the screen