in reply to Rounding numbers output
print sprintf("%.0f\n", 345.234); print sprintf("%.0f\n", 89.7);
Arjen