[Zope] Round This!

Ben Ocean zope@thewebsons.com
Wed, 26 Dec 2001 15:22:01 -0800


Hi;
I have a variable, subtotal, that is an even dollar amount. I want to add 2 
zeros to the right of the decimal point. I thought this expression:
<dtml-var expr="_.round(subtotal,2)">
would do the trick, but am sadly disappointed. What do I do?
TIA,
BenO