IsMerged (Journal property)

From m204wiki
Revision as of 22:54, 15 February 2011 by Dme (talk | contribs) (Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Indicates whether journal was produced by MERGEJ<section end=dpl_desc/></b></span> [[Category:Journal method...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.