IsMerged (Journal property)

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

Is journal the output of MERGEJ? (Journal class)


Syntax

%boolean = journal: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.

See also