MergeCount (Journal property)

From m204wiki
Revision as of 14:43, 16 February 2011 by DmeWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

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