J
Johnathan
Hi,
how to display the cost of a task including the currency symbol from a mpp
file? If I do this:
lblCost.Text = proj.Cost
I get only the value (e.g. 500) but I want '$500.00' instead. I tried use
the FormatCurrency function but this function only gives dollar sign '$'
symbol. What if I wan different currency symbol to be display, can it be
done?
how to display the cost of a task including the currency symbol from a mpp
file? If I do this:
lblCost.Text = proj.Cost
I get only the value (e.g. 500) but I want '$500.00' instead. I tried use
the FormatCurrency function but this function only gives dollar sign '$'
symbol. What if I wan different currency symbol to be display, can it be
done?