from: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|gr1= Program Flow | |gr1= Program Flow | ||
|1.00 | |1.00 | ||
| Continue sequence of [[for]] construct. It sets the start value of the index variable. | | Continue sequence of [[for]] construct. It sets the start value of the index variable. | ||
| for [[from]] b | | for [[from]] b | ||
|p1= for: [[For Type]] | |p1= for: [[For Type]] | ||
|p2= b: [[Number]] | |p2= b: [[Number]] | ||
| [[For Type]] | | [[For Type]] | ||
|x1= <code>[[for]] "_x" [[from]] 10 [[to]] 20 [[do]] {..code..}</code> | |x1= <code>[[for]] "_x" [[from]] 10 [[to]] 20 [[do]] {..code..}</code> | ||
| [[Control Structures]] | | [[Control Structures]] | ||
}} | }} |
Revision as of 00:34, 18 January 2021
Description
- Description:
- Continue sequence of for construct. It sets the start value of the index variable.
- Groups:
- Program Flow
Syntax
Examples
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