I need to format a number field to display as a percent. Here is the original ASP version
<td height="25" align="center"><%= FormatNumber(numberfield * 100, 2) %>%</td>
I need to know how to do it in CF. How does percent format work with this example?
<td height="25" align="center">#numberfiel
d#</td>
Thanks,
John
Start Free Trial