for var: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (added note) |
||
Line 27: | Line 27: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Chosen variable may not contain capital letters. | |||
for "_I" from 0 to 4 do{}; //will not work | |||
--[[User:T D|T_D]] 23:46, 26 January 2007 (CET) | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 23:46, 26 January 2007
Description
- Description:
- Starts for sequence, use in complete form (see example).
- Groups:
- Uncategorised
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
Notes
-
Chosen variable may not contain capital letters.
for "_I" from 0 to 4 do{}; //will not work
--T_D 23:46, 26 January 2007 (CET)