IAI America XSEL-KX User Manual
Page 218
![background image](/manuals/350295/218/background.png)
202
Part 4 Commands
SCMP (Compare character strings)
Extension condition
(LD, A, O, AB, OB)
Input condition
(I/O, flag)
Command, declaration
Output
(Output, flag)
Command,
declaration
Operand 1
Operand 2
Optional
Optional
SCMP
Column
number
Column
number,
character
literal
EQ
[Function] Compare the column specified in operand 1 with the column specified in operand 2.
Comparison will be performed for the length set by a SLEN command.
If a character literal is specified in operand 2, comparison will be performed for the entire
length of the literal.
[Example]
SCMP 1
‘ABC’
600
Flag 600 will turn ON if columns 1 to 3 contain ‘ABC.’
SLEN
5
Set the comparing length to five bytes.
SCMP 10
30
999
Turn ON flag 999 if five bytes from columns 30 and 10
match.