xHarbour Reference Documentation > Function Reference |
Changes a Full Text Search index entry.
CFTSReplac( <nFileHandle>, ; <cNewIndex> , ; <nIndexEntry> ) --> nErrorCode
The function returns numeric 1 whan the index entry is successfully changed, or a negative number as error code.
CFTSReplac() is a synonym for function HS_Replace(). Refer to HS_Replace() for more information.
See also: | HS_Add(), HS_Delete(), REPLACE |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com