![]() |
|
|
+ Search |
![]()
|
Jul 16th, 2000 22:55
unknown unknown, Aaron Williamson
I tested using this:
<dtml-call "REQUEST.set('foo','this is a string')">
<dtml-call "REQUEST.set('bar','so is this')">
<dtml-call "REQUEST.set('foobar',foo+bar)">
and it worked, so I guess you could just use
<dtml-call "REQUEST.set('all_params', param1+param2+etc...>