CYANA Macro: loop: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
|||
Line 8: | Line 8: | ||
== Description == | == Description == | ||
Executes the ''command'' with the given ''parameters'' in a loop in which the loop variable ''loopvar'' takes the values from ''loopbegin'' to ''loopend'' in steps of ''loopstep''. |
Revision as of 09:24, 7 August 2009
Parameters
- loopvar=string (required)
- loopbegin=integer (required)
- loopend=integer (required)
- loopstep=integer
- (default: 1)
Description
Executes the command with the given parameters in a loop in which the loop variable loopvar takes the values from loopbegin to loopend in steps of loopstep.