FCOUNT()

From Recital Documentation Wiki
Revision as of 15:47, 23 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

Fields and Records


Purpose

Function to count fields contained in a table


Syntax

FCOUNT([<workarea | alias>])


See Also

AFIELDS(), DBF(), DISPLAY STRUCTURE, FIELD(), FILTER(), FMT(), NFCOUNT(), NDX(), SET FIELDS


Description

The FCOUNT() function returns the number of fields in the active table. If the optional <workarea | alias> is specified, then the function will operate in the required location. The command SET FIELDS will affect the value returned by the FCOUNT() function.


Example

use accounts
do while i <= fcount()
    ? field(i)
    ++ i
enddo


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer