from: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| for "_var" '''from''' b |= Syntax
| for "_var" b '''from''' b |= Syntax


|p1= for "_var": [[For Type]] |= Parameter 1
|p1= for "_var" b: [[For Type]] |= Parameter 1


|p2= b: [[Number]] |= Parameter 2
|p2= b: [[Number]] |= Parameter 2

Revision as of 00:56, 23 January 2009

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

Description

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

Syntax

Syntax:
for "_var" b from b
Parameters:
for "_var" b: For Type
b: Number
Return Value:
For Type

Examples

Example 1:
for "_x" from 10 to 20 do {..code..}

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