Purpose: The Chr() function returns a string containing a character value.
Usage: Chr(code)
Returns: String containing the character corresponding to code.
Examples and Special Cases
Chr(98) = b
Chr(66) = B
Chr(67) = C
By Mike Chapple, About.com
Chr(98) = b
Chr(66) = B
Chr(67) = C
©2009 About.com, a part of The New York Times Company.
All rights reserved.