RecordNumber (RecordsetCursor function)

From m204wiki
Revision as of 22:48, 26 April 2011 by JALWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Return record number of record at current cursor position (RecordsetCursor class)


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

Syntax

%number = recordsetCursor: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".

See also