RecordNumber (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Template:Record:RecordNumber subtitle}}


This <var>ReadOnly</var>, non-shared property returns
This <var>ReadOnly</var>, non-shared property returns
the file record number of the record associated with the <var>Record</var> object.
the file record number of the record associated with the <var>Record</var> object.
==Syntax==
==Syntax==
<p class="syntax">%recnum = %rec:RecordNumber
{{Template:Record:RecordNumber syntax}}
</p>
===Syntax terms===
===Syntax Terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%recnum</th>
<tr><th>%recnum</th>
Line 13: Line 13:
<td>An instantiated <var>Record</var> object variable.
<td>An instantiated <var>Record</var> object variable.
</td></tr></table>
</td></tr></table>
[[Category:Record methods|RecordNumber function]]
==See also==
{{Template:Record:RecordNumber footer}}

Revision as of 21:50, 20 April 2011

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