18 May
2001
18 May
'01
1:51 p.m.
On Fri, May 18, 2001 at 08:00:21PM +0530, Bobby Mathew wrote:
<dtml-in emailid> <dtml-var sequence-item> <dtml-call "REQUEST.set('myvar', sequence-item)"> </dtml-in>
It's a FAQ - everything inside "" is a python expression, where sequence-item means sequence *minus* item So you have to lookup the namespace dictionary: ......'myvar', _['sequence-item']">