xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CFTSVeri()

Verifies a CFTSNext() match against the index key.

Syntax

CFTSVeri( <xIndexKey>, <cSearch> ) --> lMatched

Arguments

<xIndexKey>
This is either a code block holding the index key, or a character string holding the index key expression. A code block is recommended, since it does not need to be macro compiled.
<cSearch>
The searched value must be passed as a character string.

Return

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.

Description

CFTSVeri() is a synonym for function HS_Verify(). Refer to HS_Verify() for more information.

Info

See also:HS_Next()
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