Filename (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Examples) |
m (→Syntax terms) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:ProcedureInfo:Filename subtitle}} | {{Template:ProcedureInfo:Filename subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:ProcedureInfo:Filename syntax}} | {{Template:ProcedureInfo:Filename syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string</th><td>string</td></tr> | <tr><th>%string</th> | ||
<td>A string variable to contain the name of the file containing the procedure.</td></tr> | |||
<tr><th>procedureInfo</th> | <tr><th>procedureInfo</th> | ||
<td>ProcedureInfo object</td></tr> | <td>A <var>ProcedureInfo</var> object.</td></tr> | ||
</table> | </table> | ||
The <var>Filename</var> may be of most interest when the <var>ProcedureInfo</var> object was created using <var>[[New (ProcedureInfo constructor)|New]]</var> or <var>[[List (ProcedureInfo function)|List]]</var> with the <var>In</var> argument specifying a group. | |||
==Examples== | ==Examples== | ||
See [[ProcedureInfo class#Example|"Example"]]. | See the <var>ProcedureInfo</var> class [[ProcedureInfo class#Example|"Example"]]. | ||
==See also== | ==See also== | ||
{{Template:ProcedureInfo:Filename footer}} | {{Template:ProcedureInfo:Filename footer}} |
Latest revision as of 22:12, 22 July 2012
Name of the file containing this procedure (ProcedureInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%string = procedureInfo:Filename
Syntax terms
%string | A string variable to contain the name of the file containing the procedure. |
---|---|
procedureInfo | A ProcedureInfo object. |
The Filename may be of most interest when the ProcedureInfo object was created using New or List with the In argument specifying a group.
Examples
See the ProcedureInfo class "Example".