Count (Recordset function)

From m204wiki
Revision as of 14:15, 6 February 2013 by JAL (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Calculate number of records in Recordset (Recordset class)


This function calculates the number of records in the Recordset object.

Syntax

%number = recordset:Count

Syntax terms

%number A numeric variable to contain the returned value of Count.
recordset A non-null Recordset object variable.

Usage notes

Examples

For a simple example, see the Copy method "Example" section.

See also