to: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No 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]]
[[Category:Control Flows ArmA|TO]]
[[Category:Armed Assault: Control Flows|TO]]





Revision as of 09:10, 22 July 2006


for "_var" from a to b


Operand types:

for "_var" from a: For Type

b: Number

Type of returned value:

For Type

Compatibility:

Version 2.60 required.

Description:

Continue sequence of 'for' command.


Example:

for "_x" from 10 to 20 do {..code..}