Related Topics: | ||
Description: Returns the character specified by the code number from the character set of your computer. Use CHAR to translate code page numbers you might get from files on other types of computers into characters.
Syntax: CHAR(Number)
Number is a number between 1 and 255 specifying which character you want. The character is from the character set used by your computer.
Example:
CHAR(65) = "A" [the 65th character in the set]
CHAR(33) = "!" [the 33rd character in the set]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.