Click or drag to resize

BagCount Function

X#
Returns the number of open .cdx files.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION BagCount(
	uArea
) AS LONG CLIPPER
Request Example View Source

Parameters

uArea (Optional)
Type: Usual
Specifies the work area of the table for which BAGCOUNT( ) returns the number of open .cdx files.
Or
Specifies the alias of the table for which BAGCOUNT( ) returns the number of open .cdx files.

Return Value

Type: Long
Numeric
See Also