Does someone have a good format string for cents. I'd like it to be of the form
14.5 c
where c is the cents symbol
So far I have it working for number like the one above, but it has trouble with printing out a trailing 0. For instance, instead of:
21.0 c
it shows:
21. c
Notice the decimal point with nothing following it. Is there a standard setting for this that I'm missing?
Thanks,
Venkman
14.5 c
where c is the cents symbol
So far I have it working for number like the one above, but it has trouble with printing out a trailing 0. For instance, instead of:
21.0 c
it shows:
21. c
Notice the decimal point with nothing following it. Is there a standard setting for this that I'm missing?
Thanks,
Venkman