Count (SortedRecordset function)

From m204wiki
Revision as of 01:26, 29 April 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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