<@CURCOL>
Description
Returns the index (1, 2, 3, ...) of the
column currently being processed if placed inside a <@COLS></@COLS>
block.
Example
<@ROWS>
<@COLS>
<@CURCOL>
</@COLS>
<BR>
</ROWS>
If this example looped through two
three-column rows, it would return:
1 2 3
1 2 3
See Also
<@COLS>
</@COLS>
<@NUMCOLS>
|