在C语言里,我们可以重新定义一个变量uchar代表unsigned char如:#define uchar unsigned char那么如何在VB里面定义如abc代表string呢?
简单来说就俩字,不行。
只有用转换吧 CStr(abc)