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
- Status
- Ready
- Compliance
-
- This function is Ca-Clipper compliant
- Platforms
-
- All
- Files
-
- Library is rdd
- See Also