RE: Round/sprintf

2003-07-30 Thread Dan Muey
> It was Wednesday, July 30, 2003 when Dan Muey took the soap > box, saying: > : > : If I have a number like so: > : 5.8592675 > : > : I need to make it a x.xx instead of x.x and I need > to round it up to the next hundredth like so : 5.86 > : > : I can't seem to remember the round ty

Re: Round/sprintf

2003-07-30 Thread Casey West
It was Wednesday, July 30, 2003 when Dan Muey took the soap box, saying: : : If I have a number like so: : 5.8592675 : : I need to make it a x.xx instead of x.x and I need to round it up to the next hundredth like so : 5.86 : : I can't seem to remember the round type functions name and