ASCII_Codes
What: string function
File: ASCIIDef
Layer: 0
Platforms: C, C++, C#, Javascript, Pascal (all), PHP, Python
Format: x = ASCII_Codes( int y )
This function returns a string code indicating the ASCII code associated with the
passed number. For instance, ASCII_Codes( 65 ) would return "A", and ASCII_Code(7)
would return "BEL".