INDEXEXT()
Returns the file extension of the index module used in an application
Syntax
INDEXEXT() --> <cExtension>
Arguments
None.
Returns
<cExtension> Current driver file extension
Description
This function returns a string that tells what indexes are to be used or will be created in the compiled application. The default value is “.ntx”. This is controled by the particular database driver that is linked with the application.
Examples
IF INDEXEXT() == ".ntx" ? "Current driver being used is DBFNTX" ENDIF
Compliance
Clipper
Platforms
All
Files
Library is rdd
Seealso
INDEXKEY(), INDEXORD()
Pingback: Harbour All Functions – I | Viva Clipper !
Pingback: Harbour Index / Order System Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !