printf help
Posted: Wed Nov 01, 2006 2:26 pm
I am using the following statement to output a number....
printf("%6.2f\n",$total);
Is there anyway to add a ',' for the thousands separator?
Thanks!
Warren
printf("%6.2f\n",$total);
Is there anyway to add a ',' for the thousands separator?
Thanks!
Warren