IFILECOUNT()

From Lianjapedia
Revision as of 06:16, 10 February 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Purpose

Function to return the number of index files matching the pattern

Syntax

IFILECOUNT(<skeleton>)

See Also

FILE(), FILECOUNT(), NDX()

Description

The IFILECOUNT() function returns the number of index files which match the specified <skeleton> and are valid for the currently selected table.

Example

? ifilecount("*.ndx")
         5