Topic complex |
Table functions |
Function |
markindex() |
Short |
Resorts the internal mark list by an index |
Syntax |
MarkIndex(tabelle : INTEGER; index : STRING) |
Parameter |
db : handle returned by OpenDB()
index : name of one of db's index files |
Return |
|
See also: |
|
Description |
MarkIndex() resorts the marked records of a table by using one of its index files.
On the one hand this of course only allows sorting the mark list by the index criterias given, but on the other hand its unbelievable fast when run on really big tables.
|