LastUpdateUser (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 13: Line 13:
<td>A <var>ProcedureInfo</var> object variable or expression.</td></tr>
<td>A <var>ProcedureInfo</var> object variable or expression.</td></tr>
</table>
</table>
==Usage notes==


==Examples==
==Examples==

Revision as of 23:36, 21 June 2012

Last user to update this procedure (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%string = procedureInfo:LastUpdateUser

Syntax terms

%string A string variable to contain the ID of the last updater of the procedureInfo procedure.
procedureInfo A ProcedureInfo object variable or expression.

Examples

See "Example".

See also