Well, I'm not sure this can be done, but I'll throw it out there and see what you guys think. I have a float value that is something like 58483.97. I format it as follows %5.0f. However, when I do this, it rounds up to 58484. I don't want this to happen. I need it to clip the two digits after the decimal and leave it as 58483.
Thank you
Thank you