Count (SortedRecordset function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{Template:SortedRecordset:Count subtitle}}
{{Template:SortedRecordset:Count subtitle}}


This property returns the
number of records in the <var>SortedRecordset</var> object.
==Syntax==
==Syntax==
{{Template:SortedRecordset:Count syntax}}
{{Template:SortedRecordset:Count syntax}}

Revision as of 01:26, 29 April 2011

Calculate number of records in SortedRecordset (SortedRecordset class)


Syntax

%number = sortedRecordset:Count

Syntax terms

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

See also