to

From Bohemia Interactive Community
Revision as of 21:54, 28 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search



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..}