RecordNumber (Record function)

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

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

Syntax

%recnum = %rec:RecordNumber

Syntax Terms

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