[Zope] How to multiply an integer in DTML??

Breitenreicher, Marc Marc.Breitenreicher@friatec.de
Tue, 19 Mar 2002 15:18:30 +0100


Hi,

what I try to do is a short multiplication.

For example just multiply a variable with 5.
I tried this, but doesn't work:

<dtml-call "REQUEST.set('var', _.int(var)*5)">

Can someone help me?

It is just that short multiplication, so I think it is not neccessary to
build a python script.

Thanks a lot

Marc