!!!!!!急,一个郁闷的问题,知道Asc码的值如何得到对应的字符
int i
i=asc('a')
i=97
我想知道acs码是91到96对应的字符,如何写???
谢谢!!!!!!!!!!!!!!
问题点数:0、回复次数:6Top
1 楼balloonman2002()回复于 2004-12-01 10:51:23 得分 0
This example sets ls_S to an asterisk, the character corresponding to the ASCII value 42:
string ls_S
ls_S = Char(91)Top
2 楼balloonman2002()回复于 2004-12-01 10:51:42 得分 0
string ls_S
ls_S = Char(96)
Top
3 楼1TH(四水:唐伯虎點蚊香)回复于 2004-12-01 10:54:35 得分 0
Char()Top
4 楼abarcher(行云)回复于 2004-12-01 11:01:36 得分 0
谢谢拉,
Top
5 楼lzp_lrp(lzp)回复于 2004-12-01 13:25:35 得分 0
来晚了,呵呵,用char即可Top
6 楼tmxsl1214(笑问)回复于 2004-12-01 15:51:50 得分 0
哈哈。。。Top




