Char-func
This function is used to return the character corresponding to the code number.
string Char(int number)$
number
Return the character of the code number.
string strchar$=char(65)$; strchar$=; //Should return the character A.
Code