Loading...
Select Version
The INTEGER-TO-CHARACTER( ) function converts an integer into a character (C string).
The number is interpreted as the integer value of the EBCDI code for a character, and this character is returned.
INTEGER-TO-CHARACTER( ) is the reverse function of CHARACTER-TO-INTEGER( ).
Result type: STRING (<string 1..1>)
INTEGER-TO-CHARACTER( ) |
INTEGER = arithm_expression |