> From: Peter Bengtsson [mailto:mail@peterbe.com] > Simplest case: > # old situation > <dtml-call "REQUEST.set('foo', 10*2)"> > > # new situation > <dtml-set foo="10*2"> Or the let case <dtml-let foo="10*2" bar="'some text'"> </dtml-let> Well actually the set tag would be nice. The REQUEST.set() idiom is used so often that it's probably justifiable. regards Max M