Hi,
Can a number be formatted in ASP?
I'm retreiving data from a data base and writing it to an HTML table. Some of the data is price information. I'm trying to get it to show up in the table as a price.
I've tried using the Format function in ASP but it's giving me an error. e.g.,
Code:
<%ItemPryc = Format(Cdbl(rs.fields(4).value),"$##0.00")%>
Thanks,
Al.