NFCOUNT()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return numeric field count

Syntax

NFCOUNT([<workarea | alias>])

See Also

DBF(), DISPLAY STRUCTURE, FCOUNT(), FIELD(), FILTER(), 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