for var – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "ExternalLink" to "Link")
m (Text replacement - "<code>" to "<code style="display: block">")
 
Line 3: Line 3:
<dt class="note">'''[[User:T D|T_D]]'''</dt>
<dt class="note">'''[[User:T D|T_D]]'''</dt>
<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 style="display: block">[[for]] "_I" [[from]] 0 [[to]] 4 [[do]] {}; //will not work</code>
<dt><dt>
<dt><dt>
<dd class="notedate">Posted on 4 October 2011 (CET)</dd>
<dd class="notedate">Posted on 4 October 2011 (CET)</dd>

Latest revision as of 11:52, 11 January 2023

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 (dead link))A2 OA Logo.png1.60