Tandy 1000 Basic Reference Manual page 216

Hide thumbs Also See for 1000:
Table of Contents

Advertisement

Chapter 10
I
BASIC Keywords
LPRINT
Statement
LPRINT [USING format;] data[,data,
...I
Prints data on the printer.
LPRINT assumes a print width of 80 characters. You may
change the width using the WIDTH statement with the LPRINT
option.
See PRINT and PRINT USING for more information on format-
ting the output.
Examples
L P R I N T
( A
*
2 ) / 3
prints the value of expression (A
*
2)/3 on the printer.
L P R I N T TAB(S0)
" T A B B E D
5 0 "
moves t h e printer carriage t o t a b position 50 and prints
TABBED 50. (Refer to the TAB function.)
LPR
I
NT
U S
I
NG
' I # # # # # .
# ' I ;
2 . 1 7
sends the formatted value bbbb2.2 to the printer.
214

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents