> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex
> Reid
> Sent: maandag 8 januari 2001 15:33
> To: [EMAIL PROTECTED]
> 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



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to