LoadMsgctl (XmlDoc subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 7: Line 7:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>doc</th>
<tr><th>doc</th>
<td>XmlDoc object</td></tr>
<td>An XmlDoc object, to which elements are added corresponding to the cumulative set of <var>[[MSGCTL command|MSGCTL]]</var> commands which have been issued, or to the single MSGCTL setting as specified by the <var>EDEFHD</var> argument.</td></tr>
<tr><th><var>EDEFHD</var></th>
<tr><th><var>EDEFHD</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>A string of at least 14 bytes.  If this argument is specified, it is used to create a single element in the <var class="term">doc</var> method object, corresponding to the first 14 bytes of the value specified for <var>EDEFHD</var>.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:XmlDoc:LoadMsgctl footer}}
{{Template:XmlDoc:LoadMsgctl footer}}

Revision as of 21:17, 13 July 2016

Load MSGCTL commands to this XmlDoc (XmlDoc class)

[Introduced in Model 204 7.7]


This page is under construction.

Syntax

doc:LoadMsgctl[( [EDEFHD= forRocketSupport])]

Syntax terms

doc An XmlDoc object, to which elements are added corresponding to the cumulative set of MSGCTL commands which have been issued, or to the single MSGCTL setting as specified by the EDEFHD argument.
EDEFHD A string of at least 14 bytes. If this argument is specified, it is used to create a single element in the doc method object, corresponding to the first 14 bytes of the value specified for EDEFHD.

Usage notes

Examples

See also