LPRINT - QB64 Wiki

LPRINT

From QB64 Wiki

Revision as of 11:24, 11 September 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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