StrToNarrow

将字符串转换为半角。

例如:

'''
Dim
Val As String
Val = StrToNarrow(
"123")
Output.show(Val)

结果为:123

 


本页地址:http://www.foxtable.com/webhelp/topics/1621.htm