MergeCount (Journal property)

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

<section begin=dpl_desc/>Number of journals that were input to MERGEJ<section end=dpl_desc/>

MergeCount is a member of the Journal class.

Syntax

  %num = %jrnl: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.