xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CFTSRecn()

Returns the number of index entries in a Full Text Search index file.

Syntax

CFTSRecn( <nFileHandle> ) --> nKeyCount

Arguments

<nFileHandle>
This is the numeric file handle of the Full Text Search index file to count the index entries in. The file handle is returned from CFTSOpen() or CFTSCrea().

Return

The function returns a numeric value greater or equal to zero representing the number of index entries contained in the HiPer-SEEK index. A negative value indicates an error condition:

Description

CFTSRecn() is a synonym for function HS_KeyCount(). Refer to HS_KeyCount() for more information.

Info

See also:Hs_Filter(), OrdKeyCount()
Category: CFTS functions
Source:rdd\hsx\cftsfunc.c
LIB:lib\xhb.lib
DLL:dll\xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe