IsMerged (Journal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 4: Line 4:
{{Template:Journal:IsMerged syntax}}
{{Template:Journal:IsMerged syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<table class="syntaxTable">
<dt><i>%bool</i>
<tr><th><i>%bool</i></th>
<dd>A declared enumeration object of type Boolean to contain the returned value
<td>A declared enumeration object of type Boolean to contain the returned value (<tt>True</tt> or <tt>False</tt>) of IsMerged. For more information about enumerations, see [[Enumerations]]. </td></tr>
(<tt>True</tt> or <tt>False</tt>) of IsMerged.
<tr><th><i>%jrnl</i></th>
For more information about enumerations, see [[Enumerations]].
<td>A reference to an instance of a Journal object.</td></tr>
<dt><i>%jrnl</i>
</table>
<dd>A reference to an instance of a Journal object.
 
</dl>
==See also==
==See also==
{{Template:Journal:IsMerged footer}}
{{Template:Journal:IsMerged footer}}

Revision as of 14:43, 16 February 2011

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