Filename (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 7: Line 7:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th>
<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>
<td>A string variable to contain the name of the file containing the procedure.</td></tr>


<tr><th>procedureInfo</th>
<tr><th>procedureInfo</th>

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

Examples

See the ProcedureInfo class "Example".

See also