Wednesday, 29 February 2012

rounding number

<html>
<body>
<script type="text/vbscript">
i = 48.565366
document.write(Round(i))
</script>
</body>
</html>

No comments:

Post a Comment