for var – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<dl class="command_description"> <!-- Note Section BEGIN --> <dd class="notedate">Posted on 26 January 2007 (CET) <dt class="note">'''T_D''' <dd class="note">Chos...")
 
m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ")
Line 1: Line 1:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on 26 January 2007 (CET)
<dd class="notedate">Posted on 26 January 2007 (CET)</dd>
<dt class="note">'''[[User:T D|T_D]]'''
<dt class="note">'''[[User:T D|T_D]]'''
<dd class="note">Chosen variable may not contain capital letters.
<dd class="note">Chosen variable may not contain capital letters.
<code>[[for]] "_I" [[from]] 0 [[to]] 4 [[do]] {}; //will not work</code>
<code>[[for]] "_I" [[from]] 0 [[to]] 4 [[do]] {}; //will not work</code>


<dd class="notedate">Posted on 4 October 2011 (CET)
<dd class="notedate">Posted on 4 October 2011 (CET)</dd>
<dt class="note">'''[[User:Kju|kju]]'''
<dt class="note">'''[[User:Kju|kju]]'''
<dd class="note">Chosen variable may contain capital letters since OA 1.60. ([http://dev-heaven.net/issues/8354 Ref]){{GVI|arma 2 oa|1.60}}
<dd class="note">Chosen variable may contain capital letters since OA 1.60. ([http://dev-heaven.net/issues/8354 Ref]){{GVI|arma 2 oa|1.60}}
</dl>
</dl>

Revision as of 01:16, 30 January 2021

Posted on 26 January 2007 (CET)
T_D
Chosen variable may not contain capital letters. for "_I" from 0 to 4 do {}; //will not work
Posted on 4 October 2011 (CET)
kju
Chosen variable may contain capital letters since OA 1.60. (Ref)A2 OA Logo.png1.60