|
RecNo()
Returns the record number of the selected
database.
Syntax
RecNo() -->
nRecord
Arguments
None.
Returns
Returns the current record number as a numeric
value.
Description
The record number is a numeric value that
indicates the position of a record in the selected database
according to its physical location within the file. The physical
location of a record generally refers to its relative input order.
The 20th stock record entered into the system would have a record
number of 20. The record number of a record may change after a
Clean Databases operation is performed, as deleted records may be
removed from the sequence, causing other records to be renumbered
to fill the gaps.
Example
Supplier->(RecNo())
____________________________
Related Topics
Business
Function List
Goto()
|