xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CFTSReplac()

Changes a Full Text Search index entry.

Syntax

CFTSReplac( <nFileHandle>, ;
            <cNewIndex>  , ;
            <nIndexEntry>  ) --> nErrorCode

Arguments

<nFileHandle>
This is the numeric file handle of the Full Text Search index file to replace an index entry in. The file handle is returned from CFTSOpen() or CFTSCrea().
<cNewIndex>
This is a character string holding the new value for the index entry specified with <nIndexEntry>.
<nIndexEntry>
The ordinal position of the index entry to change must be specified as a numeric value.

Return

The function returns numeric 1 whan the index entry is successfully changed, or a negative number as error code.

Description

CFTSReplac() is a synonym for function HS_Replace(). Refer to HS_Replace() for more information.

Info

See also:HS_Add(), HS_Delete(), REPLACE
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