[quote=@Valiance] I literally only used it to round the double to a realistic dollar value. Me no likey either. [/quote] Math.round() Or (int)(myDouble) in order to cut off the value at the decimal. Printf is difficult.