| .LPRINT Statement QuickSCREENi |
|
  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 |