Filename (ProcedureInfo function)

From m204wiki
Jump to navigation Jump to search

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".

See also