RecordNumber (RecordsetCursor function)

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

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

RecordNumber is a member of the RecordsetCursor class.

Returns the record number of the record at the current cursor position.

Syntax

%recnum = %rscursor:RecordNumber

Syntax terms

%recnum A numeric variable to contain the returned value of RecordNumber.
%rscursor An instantiated RecordsetCursor object.

Usage Note

  • RecordNumber is only valid if the cursor state is HasRecord. For more information, see "Cursor state".