Filename (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 14: Line 14:


==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}}

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

Examples

See the ProcedureInfo class "Example".

See also