to: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
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 end value of the index variable | | Continue sequence of [[for]] construct. It sets the end value of the index variable | ||
| forType [[to]] b | | forType [[to]] b | ||
|p1= forType: [[For Type]] | |p1= forType: [[For Type]] | ||
|p2= b: [[Number]] | |p2= b: [[Number]] | ||
| [[For Type]] | | [[For Type]] | ||
|x1= <code>[[for]] "_x" [[from]] 10 [[to]] 20 [[do]] {/* Do something*/}</code> | |x1= <code>[[for]] "_x" [[from]] 10 [[to]] 20 [[do]] {/* Do something*/}</code> | ||
| [[Control Structures]], [[for]], [[from]], [[step]] | | [[Control Structures]], [[for]], [[from]], [[step]] | ||
}} | }} | ||
Revision as of 11:27, 18 January 2021
Description
- Description:
- Continue sequence of for construct. It sets the end value of the index variable
- Groups:
- Program Flow
Syntax
Examples
Additional Information
- See also:
- Control Structuresforfromstep
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