List (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 7: Line 7:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%procedureInfoList</th><td><var>ProcedureInfoList</var> object</td></tr>
<tr><th>%procedureInfoList</th><td><var>ProcedureInfoList</var> object</td></tr>
<tr><th>(ProcedureInfo)</th>
<tr><th><var>%(ProcedureInfo)</var></th>
<td>The class name in parentheses denotes a shared method. List can also be invoked via a ProcedureInfo object variable, which may be <var>Null</var>.</td></tr>
<td>The class name in parentheses denotes a shared method. List can also be invoked via a ProcedureInfo object variable, which may be <var>Null</var>.</td></tr>
<tr><th><var>In</var></th>
<tr><th><var>In</var></th>
Line 14: Line 14:
<td>string</td></tr>
<td>string</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:ProcedureInfo:List footer}}
{{Template:ProcedureInfo:List footer}}

Revision as of 01:39, 23 August 2011

Get list of procedures (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


This page is under construction

Syntax

%procedureInfoList = %(ProcedureInfo):List( In= string, [Name= string])

Syntax terms

%procedureInfoListProcedureInfoList object
%(ProcedureInfo) The class name in parentheses denotes a shared method. List can also be invoked via a ProcedureInfo object variable, which may be Null.
In string
Name string

Usage notes

Examples

See also