from: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (arma3 category)
(made clear it is a operator on it's own)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Continue sequence of [[for var]] command. |= Description
| Continue sequence of [[for var]] construct. It sets the start value of the index variable. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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

Revision as of 13:27, 3 January 2017

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

Description

Description:
Continue sequence of for var construct. It sets the start value of the index variable.
Groups:
Uncategorised

Syntax

Syntax:
for from b
Parameters:
for: 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