



NOTICE

If the operand value for a type conversion operator is outside of the value range
of the target data type, then the result output depends on the processor type and
is therefore undefined. This is the case, for example, when a negative operand value
is converted from LREAL
to the target data type UINT
.
Information can be lost when converting from larger data types to smaller data types.
The operators convert time values (TIME
or LIME
) into the specified data types and return this type-converted value.
-
Call syntax
-
Converting to Boolean values
-
Converting to a string
-
Examples