Thanks for your help.
Are you saying -multirow_name "varname" is defined in a separate code block to the rest?
At the moment my understanding of the syntax for procs generally is:
ad_proc -public processname {
{-parameters_passed_in:required,etc.}
} { Documentation
} {
# Code block (main body for the procedure)
return $args
# for example
}
Is this correct? I'm just not entirely clear on where
{-multirow_name "varname"}
would fit in, if not within the main body.
I'll give it a go all the same, thanks again.
Jon