Script that returns the value percentage of a variable.
<% Dim myValue myValue = 31 myPercentValue = FormatPercent(myValue) Response.write myPercentValue %>
Download code...
Print this page