TagCount Function | |
Returns the number of .cdx compound index file tags and open .idx single-entry index files.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax FUNCTION TagCount(
CDXFileName,
uArea
) AS LONG CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static int TagCount(
Usual CDXFileName = default,
Usual uArea = default
)
Request Example
View SourceParameters
- CDXFileName (Optional)
- Type: Usual
Specifies the name of a compound index file for which TAGCOUNT( ) returns the number of tags. If CDXFileName does not exist for the current table, you must specify the nWorkarea or cTableAlias in which it does exist.
If you omit CDXFileName, TAGCOUNT( ) returns the number of tags in all .cdx compound index files and open .idx single-entry index files in the currently selected work area or alias.
- uArea (Optional)
- Type: Usual
Specifies the work area of the table for which TAGCOUNT( ) returns the number of tags for the .cdx compound index file.
Or
Specifies the alias of the table for which TAGCOUNT( ) returns the number of tags for the .cdx compound index file.
Return Value
Type:
Long
Numeric
Remarks
Included for compatibility with dBASE.
See Also