How to multiply an integer in DTML??
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
Please expand on "doesn't work". What did you expect ? What did you get ? What were the complete error messages ? Florent Breitenreicher, Marc <Marc.Breitenreicher@friatec.de> wrote:
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. -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 10 http://nuxeo.com mailto:fg@nuxeo.com
Works just peachy for me: <dtml-call "REQUEST.set('var', _.int(var)*5)"> <dtml-var var> Call this script with ?var=5 and it prints 25. Why do you think this doesn't work? What are you getting? Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton Knowledge Management & Technology Consultant
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Breitenreicher, Marc Sent: Tuesday, March 19, 2002 9:19 AM To: 'zope@zope.org' Subject: [Zope] How to multiply an integer in DTML??
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
_______________________________________________ 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 (3)
-
Breitenreicher, Marc -
Florent Guillaume -
Joel Burton