Hi All,
I need to add a comma to my totals between the thousands ie:
convert 1000.00 into 1,000.00
convert 10000.00 into 10,000.00
convert 100000.00 into 100,000.00
I find sprintf will add the decimal, but I can't get it to add the comma.
Any help would be great!
Em
I need to add a comma to my totals between the thousands ie:
convert 1000.00 into 1,000.00
convert 10000.00 into 10,000.00
convert 100000.00 into 100,000.00
I find sprintf will add the decimal, but I can't get it to add the comma.
Any help would be great!
Em