[Zope-dev] DTML Multiplication
Jim Sanford
jsanford@atinucleus.com
Wed, 1 Dec 1999 22:47:49 -0600
This works for me:
<dtml-let new_val="qty*value">
<dtml-call "REQUEST.set('totalCost',new_val)">
</dtml-let>
__________________________________________________________________
Jim Sanford
. Database Engineer
/ \ / Accelerated Technology, Inc.
/ / 720 Oak Circle Drive East
/ / \ Mobile, AL 36609
/ / \ Voice: 334-661-5770 fax: 334-661-5788
/ \ E-Mail: jsanford@atinucleus.com
Web: http://www.atinucleus.com
Source Code, No Royalties, Any CPU...It just make sense !
__________________________________________________________________
----- Original Message -----
From: John Fohrman <fohrman@mediaone.net>
To: Zope Maliing List <zope-dev@zope.org>
Sent: Wednesday, December 01, 1999 9:32 PM
Subject: [Zope-dev] DTML Multiplication
> Hey Everyone:
>
> I'm having trouble doing some simple multiplication in DTML, specifically:
>
> <dtml-call "REQUEST.set('value', unitPrice[_['sequence-index']])">
> <dtml-call "REQUEST.set('qty', quantity[_['sequence-index']])">
> <dtml-call "REQUEST.set('totalCost', qty*value)">
>
> It's the last line that causes the error. I've tried a number of things,
> such as converting the variables to floats, all with no success. I
receive
> the following Zope Error:
>
>
> Error Type: TypeError
> Error Value: Illegal sequence repeat
>
> I appreciate any help.
>
> -- John
>
>
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> No cross posts or HTML encoding!
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope )
>
>