VBScript Round a number
Round a number
<html>
<body>
<script type="text/vbscript">
num = 9.5
document.write(Round(num))
</script>
</body>
</html>
<html>
<body>
<script type="text/vbscript">
num = 9.5
document.write(Round(num))
</script>
</body>
</html>