LPRINT - QB64 Wiki

LPRINT

From QB64 Wiki

Jump to: navigation, search

The LPRINT statement sends string text or numerical values to a parallel port(LPT1) printer in Qbasic or a USB printer in QB64.


Syntax:

LPRINT [text$] [{;|,}]


Description:


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page