IFILECOUNT()

From Lianjapedia
Revision as of 11:08, 4 February 2013 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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