while: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|W]]
[[Category:Scripting Commands|WHILE]]
[[Category:Scripting Commands OFP 1.97|W]]
[[Category:Scripting Commands OFP 1.97|WHILE]]
[[Category:Scripting Commands ArmA|W]]
[[Category:Scripting Commands ArmA|WHILE]]





Revision as of 16:26, 4 May 2006


while condition


Operand types:

condition: String

Type of returned value:

While Type

Compatibility:

Added in version 1.85

Description:

First part of while construct.


Example:

while "x<10" do {x=x+1}