cocoanetics.com
Variable Number of Decimal Places
Trapper asks: I have one integer holding a variable number of decimal places that another variable needs to be rounded to when I stringWithFormat it. What is the correct way to do this? Trapper is …