LoadMessageInfo (XmlDoc subroutine): Difference between revisions
Jump to navigation
Jump to search
m (→See also) |
m (→Syntax terms) |
||
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> | <tr><th><var>EDEFHD</var></th> | ||
<td>string< | <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.