Topic complex |
Table functions |
Function |
setmark() |
Short |
Sets a mark in a marking list |
Syntax |
SETMARK(db : INTEGER; x : INTEGER) : INTEGER |
Parameter |
db : table handle from OpenDB
x : physical record number |
Return |
x |
See also: |
|
Description |
If x is beyond the valid area (1..FileSize(db)) a runtime error occurs.
If x is allready in the marking list no further action takes place. Otherwise x is added to the end of the marking list.
|