from: Difference between revisions

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




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




Line 22: Line 22:
'''Description:'''
'''Description:'''


Continue sequence of 'for' command.
Continue sequence of '''for''' command.


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

Revision as of 04:35, 3 July 2006


for "_var" from b


Operand types:

for "_var": For Type

b: Number

Type of returned value:

For Type

Compatibility:

Version 2.01 required.

Description:

Continue sequence of for command.

Example:

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