Difference between revisions of "IFILECOUNT()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return the number of index files matching the pattern
 
Function to return the number of index files matching the pattern
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Indexing]]
 
[[Category:Indexing]]
 
[[Category:Indexing Functions]]
 
[[Category:Indexing Functions]]

Latest revision as of 16:28, 2 December 2009

Purpose

Function to return the number of index files matching the pattern


Syntax

IFILECOUNT(<skeleton>)


See Also

DIR(), FILE(), FILECOUNT(), MENU FILES, 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


Products

Recital Server, Recital