> I am trying to get a double data type to display the .00 in a 
> "hole" dollar amount (i.e. 432.00 not 432 or $432.00 not $432).
> Can anyone tell me how to do this?

printf(); or sprintf(); is your friend

Chris

Reply via email to