to
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Continue sequence of 'for' command.
Syntax
- Syntax:
- for "_var" from a to b
- Parameters:
- for "_var" from a: For Type
- b: Number
- Return Value:
- For Type
Examples
- Example 1:
for "_x" from 10 to 20 do {..code..}
Additional Information
- Multiplayer:
- -
- See also:
- Control Structures
Notes
Notes