|
CHR()
Convert an ASCII or ANSI code to a character
value.
Syntax
CHR(<nCode>)
--> cChar
Arguments
<nCode> --> is an ASCII code in the
range of zero to 255.
Returns
CHR() returns a single character value whose
ASCII or ANSI code is specified by <nCode>.
Description
CHR() is a numeric conversion function that
converts an ASCII or ANSI code to a character. It is the inverse of
the
ASC() function.
____________________________
Related Topics
Business
Function List
|