Count (Recordset function): Difference between revisions
Jump to navigation
Jump to search
m (→Examples) |
m (→Examples) |
||
Line 17: | Line 17: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>For more information about using <var>Count</var>, see [[Recordset class#Using Recordset objects|"Using Recordset objects"]]. | <li>For more information about using <var>Count</var>, see [[Recordset class#Using <var>Recordset</var> objects|"Using <var>Recordset</var> objects"]]. | ||
</ul> | </ul> | ||
Revision as of 16:57, 8 November 2012
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. |
Usage notes
- For more information about using Count, see [[Recordset class#Using Recordset objects|"Using Recordset objects"]].
Examples
For a simple example, see the Copy method "Example" section.