AT&T 6300 Programmer's Manual page 348

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

LPRINT and LPRINT USING
Statement
Prints data on the printer.
Syntax
Syntax
list of
expressions
format string
Remarks
Example
7-192
1 LPRINT[listofexpressions][,
I;]
2
LPRINT
USINGformatstring;listofexpressions[,
I;]
this list may include numeric and/or string expressions
separated by commas or semicolons.
is a string expression (usually a string constant or variable)
that is composed of special formatting characters.
These statements are the same as PRINT and
PRINT USING, except that the output goes to
the printer. See PRINT and PRINT USING in
this chapter. LPRINT assumes a 132
character-width printer.
10 AS
=
"For July__"
20
X=.491
30 LPRINT "Results", AS,
40 LPRINT X
Ok RUN Results For July_491
The result prints on the line printer.

Advertisement

Table of Contents
loading

Table of Contents