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
- formatstring in the LPRINT USING statement is a string literal or variable containing literal characters to print and special formatting characters. See Also