How do I format numbers so I get 0.00 instead of -5.51557e-007. I can't seem to find a command for it and what I don't want to do is multiply by 1000 and then chop off the decimal and divide by 1000 again.
Forum topic · General Scripting
By WillyWonka · 2007-04-11
How do I format numbers so I get 0.00 instead of -5.51557e-007. I can't seem to find a command for it and what I don't want to do is multiply by 1000 and then chop off the decimal and divide by 1000 again.