IndexExt Function | |
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
public static string IndexExt()
Request Example
View SourceReturn 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 See Also