Count (SortedRecordset function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:SortedRecordset:Count subtitle}} | |||
==Syntax== | |||
{{Template:SortedRecordset:Count syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><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> | |||
<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== | |||
{{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. |