Count (SortedRecordset function)

From m204wiki
Revision as of 20:28, 28 April 2011 by 198.242.244.47 (talk) (Created page with " <span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> Count property <p> <var>Count</var> is a member of the <v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<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.