IsMerged (Journal property)

From m204wiki
Revision as of 23:00, 15 February 2011 by Dme (talk | contribs)
Jump to navigation Jump to search

<section begin=dpl_desc/>Indicates whether journal was produced by MERGEJ<section end=dpl_desc/>

IsMerged is a member of the Journal class.

Syntax

  %bool = %jrnl:isMerged

Syntax Terms

%bool
A declared enumeration object of type Boolean to contain the returned value (True or False) of IsMerged. For more information about enumerations, see Enumerations.
%jrnl
A reference to an instance of a Journal object.