qb45advr.hlp (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 QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
WRITE - a device I/O statement that sends data to the screen
 
Syntax
  WRITE [expressionlist]
    ■ If expressionlist is omitted, a blank line is written
    ■ expressionlist contains one or more expressions to be written,
      separated by commas
 
See Also  PRINT  PRINT USING