Topic complex |
Table functions |
Function |
delmarkedrecords() |
Short |
Deletes records from the marking list |
Syntax |
DELMARKEDRECORDS(db : INTEGER) : INTEGER |
Parameter |
db : table handle from OpenDB |
Return |
Number of the successfully deleted records |
See also: |
|
Description |
If an error occurs while deleting, a runtime error occurs and the programm is terminated.
The runtime error can be catched with SetPara('ec 1').
|