asc码转字符串

str chr(int asc);
//asc: 字符的asc码
//返回:asc码组成的字符串

示例

str s;
s=chr(65);  //A