Hi
I want to create a structured templating variable so that I can do:
<if @props.field1@ eq 0>
<if @props.field2@ eq 0>
etc
I've used template::multirow to create structured variables for use within <multiple> but how do I create a "onerow" variable ? (./doc/acs-templating/tagref/variable.html seems to imply such a thing as a "onerow" exists)
Note that I dont want to read a database to initialise @props.
thanks
Robert