◄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►