intToChar
intToChar(x_ascii) =>s_char
Description
Returns the single-character symbol whose ASCII code is the given integer value.
Arguments
Value Returned
Examples
intToChar( 66)
=> B
Related Topics
Return to top
intToChar(x_ascii) =>s_char
Returns the single-character symbol whose ASCII code is the given integer value.
intToChar( 66)
=> B