Difference between revisions of "SET INDEXEXT"

From Lianjapedia
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Specify file extension for index filenames
 
Specify file extension for index filenames
 
  
 
==Syntax==
 
==Syntax==
 
SET INDEXEXT TO [<expC1>[, <expC2>]]
 
SET INDEXEXT TO [<expC1>[, <expC2>]]
 
  
 
==See Also==
 
==See Also==
[[DB_FOXPLUSBUGS]], [[DB_FOXPROKEYS]], [[DB_SAMBA]], [[EDITFIELD()]], [[FILETYPE()]], [[FMT()]], [[INDEX]], [[INDEXEXT()]], [[REINDEX]], [[SET CLIPPER]], [[SET CLIPPER5]], [[SET COMPATIBLE]], [[SET EDITFIELD]], [[SET FILECASE]], [[SET FILETYPE]], [[SET FORMAT]], [[SET INDEX]], [[SET MEMOEXT]], [[SET PCEXACT]], [[SET PCFILTER]], [[SET PCGRAPHICS]], [[SET PCKEYS]], [[SET PCLOCKING]], [[SET PCPICTURE]], [[SET PCSAYS]], [[SET PCUNIQUE]]
+
[[FILETYPE()]], [[INDEX]], [[INDEXEXT()]], [[REINDEX]], [[SET FILECASE]], [[SET INDEX]]
 
+
  
 
==Description==
 
==Description==
 
The SET INDEXEXT TO command specifies the extension that will be used for index files.
 
The SET INDEXEXT TO command specifies the extension that will be used for index files.
  
 
+
{| class="wikitable" width="100%"
{| class="wikitable"
+
!width="20%"|Parameter||Description
!Parameter||Description
+
 
|-
 
|-
|<expC1>||Specifies the extension for single index files.  If omitted, the single index file extension is set to the default extension ’ndx’.
+
|valign="top"|<expC1>||Specifies the extension for single index files.  If omitted, the single index file extension is set to the default extension ’ndx’.
 
|-
 
|-
|<expC2>||Specifies the extension for multiple (tag) index files.
+
|valign="top"|<expC2>||Specifies the extension for multiple (tag) index files.
 
|-
 
|-
 
|}
 
|}
 
 
The default index file extensions are also affected by the SET COMPATIBLE and SET CLIPPER commands.
 
 
  
 
==Example==
 
==Example==
Line 34: Line 26:
 
use name index names</code>
 
use name index names</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|INDEXEXT]]
 
[[Category:Set_Commands|INDEXEXT]]

Latest revision as of 09:03, 5 February 2013

Purpose

Specify file extension for index filenames

Syntax

SET INDEXEXT TO [<expC1>[, <expC2>]]

See Also

FILETYPE(), INDEX, INDEXEXT(), REINDEX, SET FILECASE, SET INDEX

Description

The SET INDEXEXT TO command specifies the extension that will be used for index files.

Parameter Description
<expC1> Specifies the extension for single index files. If omitted, the single index file extension is set to the default extension ’ndx’.
<expC2> Specifies the extension for multiple (tag) index files.

Example

set indexext to ".ntx", ".cdx"
index on name to names
use name index names