View Single Post
  #2  
Old 10-07-2003, 06:24 PM
 
Mad Mad is offline
 

Advanced Member
  
Join Date: Jul 2003
Location: Brooklyn, NY
Posts: 60
 

Default

<td width=15%><font face="Arial" size=2>({math equation="x * y" x=$products[prod_num].price y=$products[prod_num].amount format="%.2f"})</font></td>

That should do it. "format="%.2f"" simply keeps the decimel places to two, in case you were wondering.

So output should be 149.50.
Reply With Quote