Count (Recordset function)

From m204wiki
Revision as of 23:59, 14 April 2011 by DmeWiccan (talk | contribs) (1 revision)
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

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

For more information about using Count, see "Using Recordset objects".

For a simple example, see "Examples".

See also