[Zope] Calling a DTML Document using a string

Jonothan Farr jfarr@real.com
Wed, 24 Jan 2001 17:42:44 -0800


Boy did I ever misunderstand the question. Dang. Sorry! Nevermind me!
--jfarr


----- Original Message ----- 
From: "Dieter Maurer" <dieter@handshake.de>
To: "Anderson Ami" <anderson@websolucoes.com.br>
Cc: <zope@zope.org>
Sent: Wednesday, January 24, 2001 1:50 PM
Subject: Re: [Zope] Calling a DTML Document using a string


> Anderson Ami writes:
>  > How can I do a dtml document call using the call dtml tag ?
>  > e.g.
>  > 
>  > - I have 3 DTML documents ( bot1, bot2 and bot3)
>  > - I have in my request a int variable called varX
>  > - I would like do it, but this one doesn't work :
>  > ....  
>  > <dtml-var expr="bot + varX">
>  > ....
> This is an FAQ: computed variable access:
> 
>      <dtml-var expr="_['bot%d' % varX]">
> 
> 
> Dieter
> 
> _______________________________________________
> 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 )
> 
>