Bytes (ProcedureInfo function)

From m204wiki
Revision as of 20:41, 21 June 2012 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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

See also