for: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
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 12: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


See Also

Control Structures

Template:Disambig