<@CURROW>
Description
Returns the number of the current row being
processed in a <@ROWS> or <@FOR>
block. It evaluates to "0" before or after a <@ROWS>
block.
Example
<@ROWS>
<HR>
Here are the values from record <@CURROW> of the
results:<P>
<STRONG>Name:</STRONG> <@COLUMN NAME="contact.name"><BR>
<STRONG>Phone:</STRONG> <@COLUMN NAME="contact.phone"><BR>
</@ROWS>
Prior to displaying each contact's name and
phone number, the number of the record in the current rowset is
displayed.
See Also
<@ABSROW>
<@NUMROWS>
<@ROWS> </@ROWS>
|