to: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ category)
mNo edit summary
Line 36: Line 36:
[[Category:Scripting Commands|TO]]
[[Category:Scripting Commands|TO]]
[[Category:Scripting Commands ArmA|TO]]
[[Category:Scripting Commands ArmA|TO]]
[[Category:Armed Assault: Control Flows|TO]]
[[Category:ArmA: Control Structures|TO]]
[[Category:Command Group: Program Flow|TO]]
[[Category:Command Group: Program Flow|TO]]

Revision as of 15:16, 19 December 2006

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

Description

Description:
Continue sequence of 'for' command.
Groups:
Uncategorised

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

See also:
See also needed

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