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
 
 

Reply via email to