Click or drag to resize

IndexExt Function

X#
Return the default index file extension for a work area as defined by its RDD.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION IndexExt() AS STRING
Request Example View Source

Return Value

Type: String
A string indicating the default index file extension for a work area as defined by its RDD.
Remarks
This function is provided for compatibility only.
The recommended function for obtaining the default index file extension is DBOrderInfo(DBOI_INDEXEXT).
Examples