[Zope] [NEWBIE]: calculations

Max Møller Rasmussen maxm@normik.dk
Thu, 30 Aug 2001 11:29:49 +0200


> From: Stephan Goeldi [mailto:stephan_goeldi@hotmail.com]

> 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?

<dtml-call "REQUEST.set('b', a*1,5)">

regards Max M