ORDBAGEXT()

Return the default Order Bag RDD extension

Syntax

ORDBAGEXT() --> cBagExt

Returns

<cBagExt> 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.

ORDBAGEXT() supersedes the INDEXEXT() and is not recommended.

Examples

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

Status

Started

Compliance

This function is CA Clipper compliant

See Also