Statement for For cycle - configuration window
Description:
This window is accessible in the script editor by pressing the key opening the context menu or by the right mouse button and selecting the item:
Script wizard .../Loop - For
Configurators:
Variable | The name of created variable This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), spaces and first character must not be a number. |
From | number (constant or expression). |
To | number (constant or expression). |
Step | by each cycle, the value of the internal variable will be incremented by a defined value |
Create variable | Creates variable in the script |
---|