[Zope] Calculate values?

Peter Arvidsson peter@innodev.com
Thu, 06 Jul 2000 17:47:06 +0200


I am about to do
<dtml-call "REQUEST.set('a', (a - b) * 15">

The problem is that I cant get the calculation right. a and b are text
input in my form (int's) and I want to first calculate a-b and the take
the answer times 15 before submitting the event. How can I do that??