2 Instruction Descriptions
2-280
NJ-series Instructions Reference Manual (W502)
The valid ranges for In and Out depend on their data types. Refer to the descriptions of the functions of
the following instructions for the valid ranges: **_TO_*** (Integer-to-Bit String Conversion Group) (page
2-235), **_TO_*** (Bit String-to-Bit String Conversion Group) (page 2-242), and **_TO_*** (Real Num-
ber-to-Bit String Conversion Group) (page 2-249).
For detailed specifications when In is STRING data, refer to Function for the STRING_TO_** (Text
String-to-Bit String Conversion Group) instructions (page 2-272).
• Always use the correct instruction name for the data type of Out.
• If the conversion result exceeds the valid range of Out, Out will contain an illegal value.
• An error occurs in the following cases. ENO will be FALSE, and Out will not change.
• In is STRING data, but the text sting in In does not express a number.
• In is STRING data, but it does not end in a NULL character.
Precautions for Correct Use