rnvn
FF
IMiMI
FF - Form feed
ItieilJi-1tolil
CHR$(12);
liwmMI
Advances paper to the next Top of Form position.
When this code is input, all the data stored in the print buffer is
printed out and then paper feed is carried out in accordance with the
predetermined page length.
This code cancels the Enlarged print mode set by the SO code.
($¥Ib
ESC C and ESC C 0
CR
I
i
mmUI
CR - Carriage return
i
(
\
1#,.,,4M"'"
CHR$(13)
iiWt4Jt.lil
Starts printing.
When this code is input, all the data stored in the print buffer is
printed.
Input of CR code with line feed will cancel the Enlarged print mode
set by the SO code.
Normally, if no data precedes the CR code, or if all preceding data is
space, the carriage assembly does not move when CR is executed.
However, if AUTO FEED XT is at "LOW" level (DIP switch pin 2-4
is ON), paper is advanced by one line regardless of the preceding
data.
'#$iUiUQ
10
'CafTiage return
20
LPRINT
"Underscore
by CR"; CHR$
(13) ;
30 LPRINT "
"
3-11