StrToWide
将字符串转换为全角。
例如:
Dim
Val
As
String
Val = StrToWide(
"123"
)
Output.show(Val)
结果为:123
本页地址:
http://www.foxtable.com/webhelp/topics/1620.htm