LoadCommandInfo (XmlDoc subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
Line 8: Line 8:
<td>XmlDoc object</td></tr>
<td>XmlDoc object</td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>Command selection pattern, case ignored (i.e., converted to upper case).  This argument is optional and defaults to the null string, which is the same as an asterisk (<code>*</code>.  Leading and trailing blanks are ignored.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:XmlDoc:LoadCommandInfo footer}}
{{Template:XmlDoc:LoadCommandInfo footer}}

Latest revision as of 17:36, 20 May 2020

Load command info into this XmlDoc (XmlDoc class)

[Introduced in Model 204 7.5]

This page is under construction.

Syntax

doc:LoadCommandInfo[( [string])]

Syntax terms

doc XmlDoc object
string Command selection pattern, case ignored (i.e., converted to upper case). This argument is optional and defaults to the null string, which is the same as an asterisk (*. Leading and trailing blanks are ignored.

Usage notes

Examples

See also