<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Input and Output functions > Char() |
Return a character given a valid ASCII number.
REGULAR FUNCTION
Charact = Char(AsciiNumb)
AsciiNumb |
INDEX |
ASCII number of the first character in String. |
Charact |
STRING |
Character whose ASCII number is AsciiNumb. |