CYANA Macro: loop

From CYANA Wiki
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.