Citizen CT-S2000 Specifications Page 28

  • Download
  • Add to my manuals
  • Print
  • Page
    / 191
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 27
- 26 -
ESC t n
[Function] Selecting the character code table
[Code] <1B>H<74>H<n>
[Range] 0n9
16n19
n = 26, 40, 255
[Outline] Selecting the character code table.
The character code table is selected based on the value of “n”.
n Character Code Table
0 Codepage PC437
1 Katakana
2 Codepage PC850
3 Codepage PC860
4 Codepage PC863
5 Codepage PC865
6, 18 Codepage PC852
7, 17 Codepage PC866
8 Codepage PC857
9, 16 WPC1252
19 Codepage PC858
26 Thai code 18
40 Codepage PC864
255 Space Page (For user setting)
[Default] This is a character code table specified with the value of “n”.
[Sample Program]
LPRINT CHR$(&H1B);"t"; CHR$(0);
LPRINT "n=0 ";
LPRINT CHR$(C);
FOR C=&HB1 TO &HB5
NEXT C
LPRINT CHR$(&HA);
LPRINT CHR$(&H1B);"t"; CHR$(1);
LPRINT "n=1 ";
FOR C=&HB1 TO &HB5
LPRINT CHR$(C);
NEXT C
LPRINT CHR$(&HA);
[Print Results]
n = 0 │┤
n= 9 イウエオ
Page view 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 190 191

Comments to this Manuals

No comments