> 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