Count (SortedRecordset function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
|
(No difference)
|
Revision as of 01:24, 29 April 2011
Calculate number of records in SortedRecordset (SortedRecordset class)
This property returns the
number of records in the SortedRecordset object.
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. |