List (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 8: Line 8:
<tr><th>%procedureInfoList</th><td><var>ProcedureInfoList</var> object</td></tr>
<tr><th>%procedureInfoList</th><td><var>ProcedureInfoList</var> object</td></tr>
<tr><th><var>%(ProcedureInfo)</var></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 <var>ProcedureInfo</var> object variable, which may be <var>Null</var>.</td></tr>
<tr><th><var>In</var></th>
<tr><th><var>In</var></th>
<td>string</td></tr>
<td>string</td></tr>

Revision as of 01:40, 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