BagCount Function | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public static int BagCount(
Usual uArea = default
)
Request Example
View SourceParameters
- 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