for var: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added see also)
mNo edit summary
Line 34: Line 34:
[[Category:Scripting Commands|FORB]]
[[Category:Scripting Commands|FORB]]
[[Category:Scripting Commands ArmA|FORB]]
[[Category:Scripting Commands ArmA|FORB]]
[[Category:Armed Assault: Control Flows|FORB]]
[[Category:Command Group: Program Flow|FORB]]
[[Category:Command Group: Program Flow|FORB]]

Revision as of 20:56, 15 January 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Starts for sequence, use in complete form (see example).
Groups:
Uncategorised

Syntax

Syntax:
for var
Parameters:
var: String
Return Value:
For Type

Examples

Example 1:
for "_i" from 1 to 10 do {debugLog _i;}

Additional Information

See also:
Control Structures

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section