Syntax |
RECORD_NR() |
Description |
Returns the current record number of the database. |
Example |
RECORD_NR()=>10 |
The function RECORD_NR() yields the current record number. It has no arguments and it does not perform any calculations.
When no records are filtered out and no BLANK is used as a layout expression, it simply increases 1 at a time.