RecordNumber (Record function): Difference between revisions
Jump to navigation
Jump to search
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...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
This <var>ReadOnly</var>, non-shared property returns | This <var>ReadOnly</var>, non-shared property returns |
Revision as of 21:53, 15 April 2011
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. |