IsMerged (Journal property)

From m204wiki
Revision as of 21:08, 5 July 2012 by JALWiccan (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Is journal the output of MERGEJ? (Journal class)


Syntax

%boolean = journal:IsMerged

Syntax terms

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

See also