MergeCount (Journal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of journals that were input to MERGEJ<section end=dpl_desc/></b></span> [[Category:Journal methods|Me...")
 
m (Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of journals that were input to MERGEJ<section end=dpl_desc/></b></span> [[Category:Journal methods|Me...")
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of journals that were input to MERGEJ<section end=dpl_desc/></b></span>
{{Template:Journal:MergeCount subtitle}}
[[Category:Journal methods|MergeCount property]]
<!--DPL?? Category:Journal methods|MergeCount function: Number of journals that were input to MERGEJ-->
<p>
MergeCount is a member of the [[Journal class]].
</p>


===Syntax===
==Syntax==
  %num = %jrnl:mergeCount
{{Template:Journal:MergeCount syntax}}
====Syntax Terms====
===Syntax terms===
<dl>
<dl>
<dt><i>%num</i>
<dt><i>%num</i>
Line 17: Line 12:
<dd>A reference to an instance of a Journal object.
<dd>A reference to an instance of a Journal object.
</dl>
</dl>
==See also==
{{Template:Journal:MergeCount footer}}

Revision as of 14:43, 16 February 2011

Number of journals input to the MERGEJ run producing this journal (Journal class)


Syntax

%number = journal:MergeCount

Syntax terms

%num
A numeric variable to contain the number of journals that were input to MERGEJ to produce %jrnl, the method object. %num is 0 if %jrnl is not a MERGEJ journal.
%jrnl
A reference to an instance of a Journal object.

See also