Difference between revisions of "NFCOUNT()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
==Class==
 
Fields and Records
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return numeric field count
 
Function to return numeric field count
Line 28: Line 24:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 17:22, 3 December 2009

Purpose

Function to return numeric field count


Syntax

NFCOUNT([<workarea | alias>])


See Also

DBF(), DISPLAY STRUCTURE, FCOUNT(), FIELD(), FILTER(), FMT(), NDX()


Description

The NFCOUNT() function returns the number of numeric fields in the active table. If the optional <workarea | alias> is specified, then the function will operate in the required location.


Example

use accounts
? nfcount()
         3


Products

Recital, Recital Server