Filename (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{Template:ProcedureInfo:Filename subtitle}}
{{Template:ProcedureInfo:Filename subtitle}}


This page is [[under construction]]
==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 whose information is in <var class="term">procedureInfo</var>.</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>
==Usage notes==
 
==Examples==
==Examples==
See [[ProcedureInfo class#Example|"Example"]].
See [[ProcedureInfo class#Example|"Example"]].

Revision as of 21:43, 21 June 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 whose information is in procedureInfo.
procedureInfo A ProcedureInfo object.

Examples

See "Example".

See also