to: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
[[Category:Scripting Commands|TO]] | [[Category:Scripting Commands|TO]] | ||
[[Category:Scripting Commands ArmA|TO]] | [[Category:Scripting Commands ArmA|TO]] | ||
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
[[Category:Scripting Commands|TO]] | [[Category:Scripting Commands|TO]] | ||
[[Category:Scripting Commands ArmA|TO]] | [[Category:Scripting Commands ArmA|TO]] | ||
Operand types:
for "_var" from a: For Type
b: Number
Type of returned value:
Compatibility:
Version 2.60 required.
Description:
Continue sequence of 'for' command.
Example:
for "_x" from 10 to 20 do {..code..}