LoadMessageInfo (XmlDoc subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
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 selected messages.</td></tr>
<tr><th>string</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==

Revision as of 01:32, 14 July 2016

Load message info into this XmlDoc (XmlDoc class)


This page is under construction.

Syntax

doc:LoadMessageInfo[( [string])]

Syntax terms

doc An XmlDoc object, to which elements are added corresponding to the selected messages.
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

  • LoadMsgctl, which produces an XmlDoc with the same attributes for the <msg> elements.