Function Money_Type_2(money)
If IsNumeric(money) Then
Money_Type_2 = FormatCurrency(money, 2, -1, -1, -2)
End If
End Function
In my modificated version of ClearScript I pass to the script engine the CultureInfo of the Thread and all works as expected.↧
New Post: Culture of Windows Script Engine
↧