IsMerged (Journal property)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Is journal the output of MERGEJ? (Journal class)


Syntax

%boolean = journal:IsMerged

Syntax terms

%boolean A 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