I'm doing a
format('%3.2m',[myCalculation]);
to display a result in a currency format, but i'm
getting :
US$ 3.43
US$ 112.17
US$
98.54
and wanna get the following :
US$ 3.43
US$ 112.17
US$ 98.54
how can i do this ????
Thanks in advance..
Joćo
|
- RE: [DUG]: Display Formatting richter
- RE: [DUG]: Display Formatting Max Renshaw-Fox