Question. Is there a simple built in command to make a result of 2.844444 show as 2.84? Just cuts off anything more than 2 slots after the decimal point
Or do I need to do some calculations?
$number=2.844444; printf("%.2f",$number);
Damnit! I knew that. hehe To much ASP.