Bytes (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:Bytes footer}}
{{Template:ProcedureInfo:Bytes footer}}

Latest revision as of 21:51, 22 July 2012

Number of bytes in this procedure (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%number = procedureInfo:Bytes

Syntax terms

%number A numeric variable to contain the length in bytes of the procedureInfo procedure.
procedureInfo A ProcedureInfo object variable or expression.

Examples

See the ProcedureInfo class "Example".

See also