xHarbour Reference Documentation > Function Reference |
Adds a text string entry to a Full Text Search index file.
CFTSAdd( <nFileHandle>, <bText> ) --> nIndexEntry
The function returns a numeric value. Positive values identify the ordinal number of the new index entry, while negative numbers are error codes.
CFTSAdd() is a synonym for function HS_Add(). Refer to HS_Add() for more information.
See also: | HS_Delete(), HS_Replace() |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com