Returns the number of fields in a table. Same as FCOUNT( )

Syntax

FLDCOUNT([<alias>])

<alias>

The work area you want to check.

Description

FLDCOUNT( ) returns the number of fields for the table opened in the current or specified work area. If no table is open, FLDCOUNT( ) returns a value of zero.

OODML

Check the size property of Rowset object’s fields array.