Lists the words of the current record that will be taken into account by the full-text indexing.
arrToken is array of strings = HFTListWord(Document, FTIndexTitleContent)
Syntax
<Result> = HFTListWord(<Data file> , <Full-text index>)
<Result>: Array of strings
Array variable containing the words taken into account by the full-text indexing.
<Data file>: Character string
Name of the HFSQL data file used.
<Full-text index>: Character string
Name of the full-text index of the file.
Business / UI classification: Business Logic