FFLUSH( ) Function

Example   See Also

Flushes to disk a file opened with a low-level function.

Syntax

FFLUSH(nFileHandle)

Returns

Logical

Arguments

nFileHandle

Specifies the file handle of the file to flush to disk.

Remarks

FFLUSH( ) also releases the memory used by the file's buffer.

FLUSH is different from the FFLUSH( ) function. FLUSH doesn't operate on low-level files but rather on tables and indexes.