<!DOCTYPE html>
<html>
<body>
<%
response.write(FormatNumber(-50,,,0) & "<br>")
response.write(FormatNumber(-50,,,-1))
%>
</body>
</html>