[Zope] Concatenation

Ben Ocean zope@thewebsons.com
Sat, 10 Nov 2001 16:33:15 -0800


Hi;
I'm trying to concatenate a <dtml-var> with a string. I have this poor attempt:
   <dtml-var expr="_.string(title_or_id.'_frame')(_,_.None)">
where *title_or_id* is (of course) the <dtml-var> and *_frame* is the 
string. How should I do this?
TIA,
BenO