xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

RecCount()

Returns the number of records available in a work area.

Syntax

RecCount() --> nRecords

Return

The function returns the number of records available in a work area as a numeric value. If the work area is not used or if a database is empty, the return value is zero.

Description

RecCount() is identical with LastRec(). Refer to LastRec() for a description.

Info

See also:LastRec()
Category: Database functions
Source:rdd\dbcmd.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe