注册 登录
编程论坛 VB6论坛

strconv 函数应用

lmm20090501 发布于 2014-08-30 20:20, 448 次点击
cleartext = Text1.Text
tmpbuf = StrConv(cleartext, vbFromUnicode)这个可以
tmpbuf=cleartext 不行,为什么
1 回复
#2
zzyong002014-08-31 15:48
没有为什么,就是不行,不能数组直接赋值
cleartext =tmpbuf 是可以的
1