LoadCommandInfo (XmlDoc subroutine): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:XmlDoc:LoadCommandInfo subtitle}} | {{Template:XmlDoc:LoadCommandInfo subtitle}} | ||
This page is [[under construction]]. | This page is [[under construction]]. | ||
==Syntax== | ==Syntax== | ||
Line 9: | Line 8: | ||
<td>XmlDoc object</td></tr> | <td>XmlDoc object</td></tr> | ||
<tr><th>string</th> | <tr><th>string</th> | ||
<td>string< | <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. |