Difference between revisions of "IFILECOUNT()"

From Lianjapedia
Jump to: navigation, search
 
Line 19: Line 19:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Indexing]]
+
[[Category:Cursor Functions]]
[[Category:Indexing Functions]]
+
[[Category:Search Functions]]

Latest revision as of 11:08, 4 February 2013

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