> From: Bobby Mathew [mailto:bobby@dialognet.com]
> <dtml-in emailid>
> <dtml-var sequence-item>
> <dtml-call "REQUEST.set('myvar', sequence-item)">
> </dtml-in>
Close but no cigar :-)
<dtml-in emailid>
<dtml-var sequence-item>
<dtml-call "REQUEST.set('myvar', _['sequence-item'])">
</dtml-in>
regards Max M