Tuesday 15 February 2011 3:02:38 am
"
{* Capture output *}
{set-block variable=$stored_output_variable}
{attribute_result_gui attribute=$attribute}
{/set-block}
{* Output later on... *}
{$stored_output_variable}
"
Just a note, you have to define the $stored_output_variable using def first. So it should go like this:
{def $stored_output_variable=''}
{set-block variable=$stored_output_variable}
...
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|