[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RECSIZE()

    RECSIZE() determines the record length of the current database file.

Syntax

    RECSIZE()

Returns

    An integer numeric value.

    RECSIZE() returns the record length for the database file in USE in
the current work area.  If no database file is in USE, RECSIZE()
returns zero.

Usage

    RECSIZE() determines the length of a record by taking the length of
each field in the record and adding one character to the total (for
the asterisk that indicates a deleted record).  WHen this value is
multipled by LASTREC(), the produce is the amount of space occupied by
the file's records.

See Also: DISKSPACE FIELD LASTREC
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson