CYANA Macro: loop

From CYANA Wiki
Revision as of 15:44, 11 August 2009 by Guentert (talk | contribs) (→‎Parameters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.