2 Instruction Descriptions
2-320
NJ-series Instructions Reference Manual (W502)
• BYTE, WORD, DWORD, and LWORD
• USINT, UINT, UDINT, ULINT, SINT, INT, DINT, LINT, REAL, and LREAL
• If In is an enumeration, array element, structure, or structure member, then Out must have the same
data type as In.
• If In is an array, an array of the same data type, size, and subscripts must be used for Out.
• An error occurs in the following cases. ENO will be FALSE, and Out will not change.
• In is STRING data and it does not end in a NULL character.
• Out is STRING data, but the text string that is moved exceeds the size of Out.