Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

intToChar

intToChar( 
x_ascii 
) 
=> s_char

Description

Returns the single-character symbol whose ASCII code is the given integer value.

Arguments

x_ascii

ASCII code.

Value Returned

s_char

Symbol of single-character whose ASCII code is x_ascii.

Examples

intToChar( 66)
=> B

Related Topics

Type Conversion Functions

charToInt


Return to top
 ⠀
X