Count (SortedRecordset function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 3: Line 3:
==Syntax==
==Syntax==
{{Template:SortedRecordset:Count syntax}}
{{Template:SortedRecordset:Count syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%cnt</th>
<tr><th>%number</th>
<td>A numeric variable to contain the returned value of <var>Count</var>.
<td>A numeric variable to contain the returned value of <var>Count</var>.
</td></tr>
</td></tr>
<tr><th>%srecs</th>
 
<tr><th>sortedRecordset</th>
<td>A reference to an instance of a <var>SortedRecordset</var> object.
<td>A reference to an instance of a <var>SortedRecordset</var> object.
</td></tr></table>
</td></tr></table>
==See also==
==See also==
{{Template:SortedRecordset:Count footer}}
{{Template:SortedRecordset:Count footer}}

Latest revision as of 16:27, 8 November 2012

Calculate number of records in SortedRecordset (SortedRecordset class)


Syntax

%number = sortedRecordset:Count

Syntax terms

%number A numeric variable to contain the returned value of Count.
sortedRecordset A reference to an instance of a SortedRecordset object.

See also