RecordNumber (Record function)

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

Return file record number of Record object's record (Record class)


This ReadOnly, non-shared property returns the file record number of the record associated with the Record object.

Syntax

%number = record:RecordNumber

Syntax terms

%recnum A numeric variable to contain the record number of the %rec record.
%rec An instantiated Record object variable.

See also