|
CloseIndex()
Closes an index file created by the
IndexTable() function.
Syntax
CloseIndex(<cFile>)
Arguments
<cFile> --> The name of the database
file, whose index you wish to close.
Returns
Nothing.
Description
This function removes an index added to a
database via the
IndexTable() function. It will restore the
normal sort sequence of the database.
Comments
This function does not delete the physical index
file. You must use the
EraseFile()
function to do this.
The
IndexTable() function returns the name of
the index file so that you may erase it later.
____________________________
Related Topics
Business
Function List
|