to: Difference between revisions

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




<h2 style="color:#000066">''for'' "_var" from a ''''' to''''' b</h2>
<h2 style="color:#000066">'''''for "_var" from a'' to ''b'''''</h2>




'''Operand types:'''
'''Operand types:'''


for "_var" from a:[[For Type]]
'''for "_var" from a:''' [[For Type]]


b: [[Number]]
'''b:''' [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''


For Type
[[For Type]]


'''Compatibility:'''
'''Compatibility:'''

Revision as of 21:28, 29 June 2006



for "_var" from a to b


Operand types:

for "_var" from a: For Type

b: Number

Type of returned value:

For Type

Compatibility:

Version 2.60 required.

Description:

Continue sequence of 'for' command.


Example:

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