RECSIZE( ) Function

Example   See Also

Returns the size (width) of a table record.

Syntax

RECSIZE([nWorkArea | cTableAlias])

Returns

Numeric

Arguments

nWorkArea

Specifies the work area number for a table open in another work area. RECSIZE( ) returns 0 if a table isn't open in the work area you specify.

cTableAlias

Specifies the table alias for a table open in another work area.

Remarks

RECSIZE( ) issued without the optional arguments nWorkArea or cTableAlias returns the record size for the table in the currently selected work area.