xHarbour Reference Documentation > Function Reference |
Searches a Full Text Search index file for a matching index entry.
CFTSNext( <nFileHandle> ) --> nRecno
The function returns a numeric value. When it is greater than zero, it represents the ordinal position of the index entry found in the file. The value zero is returned when no match is found, and a negative numeber indicates an error condition.
CFTSNext() is a synonym for function HS_Next(). Refer to HS_Next() for more information.
See also: | HS_Set(), HS_Verify() |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com