[Zope] Newbie Questions

Cornelis J. de Brabander brabander@fsw.LeidenUniv.nl
Mon, 08 Jan 2001 16:54:56 +0100


> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Alex
> Reid
> Sent: maandag 8 januari 2001 15:33
> To: zope@zope.org
> Subject: [Zope] Newbie Questions
>
> - How would I display the value at a variable whose name is stored in
> another variable?
> In Perl this would simply be a double dollar type of affair
> $name = "Alex";
> $myvar = "name";
> print $$myvar;
>

<dtml-var "_[myvar]">

cb