<< Prev        Next >>

ID : 3552

Automatic Data Type Conversion (Casting)

If data of a data type other than the required data type are assigned, PacScript automatically attempts to convert (cast) the data into the required data type. An error occurs in case of any nonconvertible type.

Data type conversion
→Target
↓Original
I F D P J T V S I/O
I type S NE NE ER ER ER ER S
F type PE S NE ER ER ER ER S
D type PE PE S ER ER ER ER S
P type ER ER ER S ER ER ER S ER
J type ER ER ER ER S ER ER S ER
T type ER ER ER ER ER S ER S ER
V type ER ER ER ER ER ER S S ER
S type PE PE PE PE PE PE PE S PE
I/O type ER ER ER ER S S

S: No error occurs in all data and data are converted successfully. (S:success)

NE: No error occurs in all data and data are converted. However, converted data may transform to some extent due to difference in accuracy. (NE: no error)

PE: An error may occur due to data within the original (PE: possibly error)

ER: Cannot be converted. An error occurs. (ER:error)

ID : 3552

<< Prev        Next >>