AIT_ASCIIToChar

Description

Converts the specified ASCII code into the corresponding character.

Format

string AIT_ASCIIToChar  (
 integer nASCIIValue     // ASCII code
);

Parameters

nASCIIValue (input)

Specify an ASCII code.

Return value

This API function returns the character corresponding to the ASCII code.