from: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|FROM]]
[[Category:Scripting Commands|FROM]]
[[Category:Scripting Commands ArmA|FROM]]
[[Category:Scripting Commands ArmA|FROM]]
[[Category:Control Flows ArmA|FROM]]
[[Category:Armed Assault: Control Flows|FROM]]





Revision as of 09:09, 22 July 2006



for "_var" from b


Operand types:

for "_var": For Type

b: Number

Type of returned value:

For Type

Compatibility:

Version 2.01 required.

Description:

Continue sequence of for command.


Example:

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