How do I round to 2 decimal places? Using Script
I have a couple of variables I wish to express as a %
<%=Failed/Total*100%>
This works, but I get an answer for example - 4.5454545454545500
How do I round this to two decimal places?
Thanks in advance for any help