xHarbour Reference Documentation > Function Reference |
Verifies a CFTSNext() match against the index key.
CFTSVeri( <xIndexKey>, <cSearch> ) --> lMatched
The function returns .T. (true) when <cSearch> is contained anywhere in the result of the code block, or index value, otherwise .F. (false) is returned.
CFTSVeri() is a synonym for function HS_Verify(). Refer to HS_Verify() for more information.
See also: | HS_Next() |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com