![SPRT SP-D10 Скачать руководство пользователя страница 26](http://html1.mh-extra.com/html/sprt/sp-d10/sp-d10_user-manual_1352025026.webp)
24
LPRINT
CHR$(27); CHR$(81);CHR$(12);
’ESC Q command
LPRINT
“123456789012345678901234567890”;
LPRINT
“1234567890123456789
0” The print result is as following:
4.2.3 Character set command
ESC U
Enlarge Width
Format: ASCII:
ESC
U
n
Decimal:
27
85
n
Hexadecimal:
1B 55
n
Explanation:
After inputting this command, the characters, graphics and Chinese characters are
printed at n times of normal width, n=1
~
4. Default n=1
The BASIC programs for observing the enlarging effect of this command are as below:
FOR I=1 TO 3
LPRINT “CHR$ (27); CHR$ (85);CHR$ (I); ’ESC U command
LPRINT “SPRM”;
’Print character string
NEXTI
The print result is as following:
Содержание SP-D10
Страница 41: ...39 Character set 2...
Страница 46: ...44...
Страница 51: ...49...
Страница 52: ...50...