Char()
Type: REGULAR
FUNCTION
Purpose: Returns a character given a valid
ASCII number.
Usage: Charact = Char(AsciiNumb)
AsciiNumb
INDEX
ASCII number of the first character in String.
Charact
STRING
Character whose ASCII number is AsciiNumb.
Related Topics