This should be easy, using vbscript, how can I round a number poperly? FormatNumber() works in VB, but not in vbscript, the round() function doesn't round properly. For instance, 6.5 should round to 7. How can I get this to happen?