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.
LPRINT Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
LPRINT [expressionlist] [{;|,}]
 
    ■ expressionlist    The values that are printed on LPT1.
    ■ {;|,}             Determines the location on the page of the first
                        value printed by the next statement to use LPT1:
                        (such as the next LPRINT statement or a PRINT # or
                        WRITE # directing data to LPT1).
                          ";" means print immediately after the last value
                              in this LPRINT statement.
                          "," means print at the start of the next
                              unoccupied print zone.
 
    ■ If all arguments are omitted, a blank line is printed.
    ■ The printer output from an LPRINT statement will be the same as the
      screen output from a PRINT statement, if both statements have
      the same expressionlist values and output line width.
 
See Also    LPRINT USING    PRINT    PRINT USING    WIDTH