Viva Clipper !

C5_ORDBAGEXT

Advertisements
 ORDBAGEXT()
 Return the default order bag RDD extension
------------------------------------------------------------------------------
 Syntax

     ORDBAGEXT() --> cBagExt

 Returns

     ORDBAGEXT() returns a character expression.

 Description

     ORDBAGEXT() is an order management function that returns a character
     expression that is the default order bag extension of the current or
     aliased work area.  cBagExt is determined by the RDD active in the
     current work area.

 Notes

     .  ORDBAGEXT() supersedes the INDEXEXT() function, which is not
        recommended.

     .  ORDBAGEXT() returns the default index extension of the driver
        loaded, not the actual index file extension.

 Examples

     USE sample VIA "DBFNTX"
     ? ORDBAGEXT()      //  Returns .ntx


See Also: ORDBAGNAME()

 

Advertisements

Advertisements