LastSubsystemErrorFile (System function)

From m204wiki
Revision as of 15:24, 26 June 2012 by JAL2 (talk | contribs) (→‎See also)
Jump to navigation Jump to search

The last subsystem error file (System class)

[Introduced in Sirius Mods 7.8]


This method identifies the procedure that forced a transfer to the APSY error procedure. This gives the error procedure a better idea of where things went wrong so it can provide better logging and diagnostics.

Syntax

%string = %(System):LastSubsystemErrorFile

Syntax terms

%string A string to contain the returned procedure name.
%(System) The class name in parentheses denotes a shared method. LastSubsystemErrorFile can also be invoked via a System object variable, which may be null.

See also