RecordNumber (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
JAL2 (talk | contribs)
m Created page with " <p> <var>RecordNumber</var> is a member of the <var>Record</var> class. </p> This <var>ReadOnly</var>, non-shared property returns the file record number of th..."
(No difference)

Revision as of 21:52, 15 April 2011

RecordNumber is a member of the Record class.

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.