RecordNumber (Record function)

From m204wiki
Revision as of 21:52, 15 April 2011 by JAL2 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.