Count (SortedRecordset function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 23:25, 28 April 2011

<section begin=dpl_desc/><section end=dpl_desc/>

Count is a member of the SortedRecordset class.

This property returns the number of records in the SortedRecordset object.

Syntax

%cnt = %srecs:Count

Syntax terms

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