2-521
2 Instruction Descriptions
NJ-series Instructions Reference Manual (W502)
Text String Instructions
2
CONCAT
An error occurs in the following cases. ENO will be FALSE, and Out will not change.
• One of In1 to InN does not end in a NULL character.
• The length of the joined character strings exceeds the size of Out.
Precautions for Correct Use
‘ABCDEF’
Out=abc
‘C’
In2
‘AB’
In1
‘DEF’
In3
Joined.