Hi to All
I want to ask a question about FormatCurrency Function.
When I just write:
FormatCurrency(......)
I got : FormatCurrency is a namespace and can't be used as an expression error.
But when I write:
strings.FormatCurrency(.....)
It runs properly.
I have checked lots of programs using the function directly:
FormatCurrency(......)
and it runs suceessfully.
Can you explain how??
Thanks