[NEWBIE]: calculations
What is the proper way to do simple calculations in Zope? e.g. if I have two variables: a and b I would like to let b = a*1,5 how can I do that with dtml? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
<dtml-let b="a*1.5"> <dtml-var b> </dtml-let> Andreas ----- Original Message ----- From: "Stephan Goeldi" <stephan_goeldi@hotmail.com> To: <zope@zope.org> Sent: Donnerstag, 30. August 2001 09:03 Subject: [Zope] [NEWBIE]: calculations
What is the proper way to do simple calculations in Zope?
e.g. if I have two variables:
a and b
I would like to let b = a*1,5
how can I do that with dtml?
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andreas Jung -
Stephan Goeldi