for /.../ step step

Operand types

for /.../: For Type
step: Number

Type of returned value

Description

Optionally can set step.
If you want to count down, step must be specified, and set negative.
Default value is 1.

Used In

ArmA

Example

for "_x" from 20 to 10 step -2 do {..code..}
Search OFPEC COMREF