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