<@COLS> </@COLS>
Syntax
<@COLS></@COLS>
Description
Processes the enclosed HTML once for each
column in the current row.
Text appearing between <@COLS></@COLS>
is processed once for each column in the current row of a <@ROWS>
block. If a <@ROWS> block appears between these tags,
<@ROWS> is ignored.
This tag block is very useful for looping
through an unknown number of columns, such as might be generated by a
Direct DBMS action with variable SQL.
Example
<@ROWS>
<@COLS>
<@COL>
</@COLS>
<BR>
</@ROWS>
This example would return every column in
every row returned by the Search action that it is attached to.
See Also
<@CURCOL>
<@NUMCOLS>
|