Function EN Version 4.50

@FTGetSize

Fulltext

Syntax

@FTGetSize(DBHANDLE1)

Description

Returns the size (in bytes) of the full-text index of the DB with the DBHANDLE DBHANDLE1 as FN.
If a DB is not full-text indexed, 0 is returned.

Example: @FTGetSize(DBHANDLE1)

DBHANDLE1:=@OpenDB("TEST.NSF");
RetSize:=@FTGetSize(DBHANDLE1);
@LogReport(RetSize);
DBHANDLE1:=@CloseDB(DBHANDLE1);

On success, the size of the full-text index of the DB "TEST.NSF" is returned in RetSize and then output to the APILog.

Note : This text was machine-translated and may contain inaccuracies.