LoadMessageInfo (XmlDoc subroutine): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 8: | Line 8: | ||
<tr><th>doc</th> | <tr><th>doc</th> | ||
<td>An XmlDoc object, to which elements are added corresponding to the selected messages.</td></tr> | <td>An XmlDoc object, to which elements are added corresponding to the selected messages.</td></tr> | ||
<tr><th> | <tr><th>string</th> | ||
<td>A | <td>A wildcard pattern to select the messages to place into the XmlDoc.</td></tr> | ||
</table> | </table> | ||
Revision as of 01:34, 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. |
---|---|
string | A wildcard pattern to select the messages to place into the XmlDoc. |
Usage notes
Examples
See also
- LoadMsgctl, which produces an XmlDoc with the same attributes for the
<msg>
elements.