8 Jan
2001
8 Jan
'01
3:54 p.m.
-----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