Difference between revisions of "IFILECOUNT()"

From Lianjapedia
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
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
 
  
 
==Syntax==
 
==Syntax==
 
IFILECOUNT(<skeleton>)
 
IFILECOUNT(<skeleton>)
 
  
 
==See Also==
 
==See Also==
[[DIR()]], [[FILE()]], [[FILECOUNT()]], [[MENU FILES]], [[NDX()]]
+
[[FILE()]], [[FILECOUNT()]], [[NDX()]]
 
+
  
 
==Description==
 
==Description==
 
The IFILECOUNT() function returns the number of index files which match the specified <skeleton> and are valid for the currently selected table.
 
The IFILECOUNT() function returns the number of index files which match the specified <skeleton> and are valid for the currently selected table.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[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