Page 1 of 1

static text currency format

Posted: Tue Jul 27, 2010 8:25 pm
by bgresh
I am displaying a variable in a text box, and I would like it to display as currency in the following way: $125,000

If I use @%$%0.0f%,Revenue@, it does not display the comma. How do I get it to display both dollar and comma for thousands?

Posted: Wed Jul 28, 2010 7:24 am
by Administrator
Any standard "C" formatting codes can be used, but I cannot find a way of displaying thousands separators.

I'll add some code in though to do it.

Tony.