Difference between revisions of "INDEXEXT()"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the default index extension | Function to return the default index extension | ||
Line 25: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Indexing]] | [[Category:Indexing]] | ||
[[Category:Indexing Functions]] | [[Category:Indexing Functions]] |
Latest revision as of 16:33, 2 December 2009
Purpose
Function to return the default index extension
Syntax
INDEXEXT()
See Also
DB_FOXPLUSBUGS, DB_FOXPROKEYS, DB_SAMBA, DBF(), FILETYPE(), FMT(), INDEX, INDEXKEY(), INDEXORDER(), NDX(), READEXIT(), READINSERT(), REINDEX, SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET EDITFIELD, SET FILECASE, SET FILETYPE, SET INDEX, SET INDEXEXT, SET MEMOEXT, SET PCEDIT, SET PCEXACT, SET PCFILTER, SET PCGRAPHICS, SET PCKEYS, SET PCLOCKING, SET PCPICTURE, SET PCSAYS, SET PCUNIQUE,
Description
The INDEXEXT() function returns the current default index extension. The default extension is ".ndx", but this can be changed with the SET INDEXEXT command.
Example
? indexext() .ndx
Products
Recital Server, Recital