362
7 APPLICATION INSTRUCTION
7.6 Character string operation instruction
• When the length of the character strings specified by (s1) and (s2) is different, the longer character string is considered as
the large one.
• If the character string specified by (s1) or (s2) has more than 16383 characters, the operation result is the non-conductive
state.
Instruction symbol in Result Instruction symbol in Result
$= Conductive state $<= Conductive state
$<> Non-conductive state $< Non-conductive state
$> Conductive state $>= Conductive state
• When the character strings are different, the string with a large character code is considered as the large one.
Instruction symbol in Result Instruction symbol in Result
$= Non-conductive state $<= Non-conductive state
$<> Conductive state $< Non-conductive state
$> Conductive state $>= Conductive state
• When the character strings are different, the magnitude relation between them is determined based on the size of the first different character code.
Instruction symbol in Result Instruction symbol in Result
$= Non-conductive state $<= Conductive state
$<> Conductive state $< Conductive state
$> Non-conductive state $>= Non-conductive state
Instruction symbol in Result Instruction symbol in Result
$= Non-conductive state $<= Non-conductive state
$<> Conductive state $< Non-conductive state
$> Conductive state $>= Conductive state
b15
(s1)
(s1)+1
(s1)+2
42H (B)
b8
41H (A)
b7 b0
43H (C)44H (D)
45H (F)00H
"ABCDF"
b15
(s2)
(s2)+1
(s2)+2
42H (B)
b8
41H (A)
b7 b0
43H (C)44H (D)
45H (E)00H
"ABCDE"
b15
(s1)
(s1)+1
(s1)+2
32H (2)
b8
31H (1)
b7 b0
33H (3)34H (4)
35H (5)00H
"12345"
b15
(s2)
(s2)+1
(s2)+2
32H (2)
b8
31H (1)
b7 b0
33H (4)33H (3)
35H (5)00H
"12435"
b15
(s1)
(s1)+1
(s1)+2
(s1)+3
32H (2)
b8
31H (1)
b7 b0
33H (3)34H (4)
35H (5)
37H (7)
36H (6)
00H
b15 b0
00H
"1234567"
(s2)
(s2)+1
(s2)+2
(s2)+3
32H (2)
b8
31H (1)
b7
33H (3)34H (4)
35H (5)
00H
36H (6)
"123456"