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 QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
LPRINT, LPRINT USING - file I/O statements that print data on the
printer LPT1:
Syntax 1
LPRINT [expressionlist][{;|,}]
Syntax 2
LPRINT USING formatstring; expressionlist[{;|,}]
■ If all arguments are omitted from the LPRINT statement, the printer
prints a blank line
■ expressionlist is one or more expressions, separated by semicolons
■ The optional characters ";" or "," are ◄Details►
■ formatstring in the LPRINT USING statement is a string literal or
variable containing literal characters to print and special
formatting characters.
See Also ◄PRINT► ◄PRINT USING► ◄WIDTH►