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.
PRINT # Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
PRINT #filenumber%, [USING formatstring$;] expressionlist[{,|;}]
 
    ■ filenumber%       The number used to open the sequential file.
    ■ expressionlist    Numeric or string expressions to be written to
                        the file.
    ■ formatstring$     Specifies the exact format in which values
                        are written to the file. See Details for the
                        meaning of characters in formatstring.
 
See Also    OPEN (File I/O)    WRITE #