EUMoney

将数值转换为英文货币格式。

语法

EUMoney(Value)

Value: 要转换的数值

例如:

Dim Str1 As String
Str1 = EUMoney(12345.45)
Output.Show(Str1)

上述代码的输出结果是:

Twelve Thousand Three Hundred Forty Five Dollars And Forty Five Cents


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