Returns the position of the current row within the total rowset matched by a Search action's criteria.
When used outside of the <@ROWS></@ROWS> block of a Search or Direct DBMS action's Results HTML, this meta tag returns zero.
<P>There are <@TOTALROWS> records matching your criteria. Here are records <@STARTROW> through <@CALC EXPR="<@STARTROW>+<@NUMROWS>-1">:</P>
<@ROWS>
<P>Here is matching record number <@ABSROW>:
<P><STRONG>Name:</STRONG>
<@COLUMN NAME="contact.name" FORMAT="case:upper">
<STRONG>Phone:</STRONG> <@COLUMN NAME="contact.phone" FORMAT="tel:CA-short">
</@ROWS>
This HTML displays the match number for each record displayed, relative to the first matching record.
<@CURROW>
<@MAXROWS>
<@NUMROWS>
<@ROWS> </@ROWS>
<@STARTROW>
<@TOTALROWS>