for: Difference between revisions
Jump to navigation
Jump to search
(add. ArmA2 classification) |
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
||
Line 14: | Line 14: | ||
{{Disambig}} | {{Disambig}} | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] |
Revision as of 11:52, 25 March 2013
for can refer to these scripting commands:
Example
for [{_x=1},{_x<=10},{_x=_x+1}] do
Example
for "_x" from 1 to 10 do