Bytes (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
Line 1: Line 1:
{{Template:ProcedureInfo:Bytes subtitle}}
{{Template:ProcedureInfo:Bytes subtitle}}


This page is [[under construction]]
==Syntax==
==Syntax==
{{Template:ProcedureInfo:Bytes syntax}}
{{Template:ProcedureInfo:Bytes syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th>
<td>A numeric variable to contain the length in bytes of the <var class="term">procedureInfo</var> procedure.</td></tr>
 
<tr><th>procedureInfo</th>
<tr><th>procedureInfo</th>
<td>ProcedureInfo object</td></tr>
<td>A <var>ProcedureInfo</var> object variable or expression.</td></tr>
</table>
</table>
==Usage notes==
 
==Examples==
==Examples==
See [[ProcedureInfo class#Example|"Example"]].
==See also==
==See also==
{{Template:ProcedureInfo:Bytes footer}}
{{Template:ProcedureInfo:Bytes footer}}

Revision as of 20:41, 21 June 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 "Example".

See also