Hello,
 
Here's my question.
 
Let's say I have the following numbers and I want to print them out so they  
are formatted in money terms:
 
examples:
 
10834.00
1939432.00
 
 
to print out as:
 
$10,834.00
$1,939,432.00
 
How can I do this? I was suspecting that the "printf" or "sprintf"  functions 
may accomplish this.  But I was not able to figure it out.   I was thinking 
that I may have to build some kind of subroutine to accomplish  this but I was 
hoping there would simpler way. Can anyone help me?
 
Thanks in advance.

Reply via email to