Topic complex |
Table functions |
Function |
recno() |
Short |
Number of the actual record of a table |
Syntax |
RECNO(db : INTEGER) : INTEGER |
Parameter |
db : table handle from OPENDB |
Return |
physical number of the actual record
|
See also: |
|
Description |
The physical record number is set by READREC(db,x) to the value x for example.
Markings and indices return always a physical record number finally.
|