<%
Response.Write FormatCurrency(12345.67) & "<P>"
Response.Write FormatCurrency(-12345.67) & "<P>"
Response.Write FormatCurrency(12345.67,3) & "<P>"
Response.Write FormatCurrency(.67, ,0) & "<P>"
Response.Write FormatCurrency(-12345.67,,,0) & "<P>"
Response.Write FormatCurrency(12345.67,,,,0) & "<P>"
%>
