Can Contain | ( Statements Group | ( Variables Group ) | ( presto:beginTransaction | presto:commitTransaction | presto:rollbackTransaction ) | ( ( macro:custom-macro-name | any element in a non-EMML namespace )* ) | ( break ) | ( variables ) )+ |
Allowed In | mashup | catch | else | elseif | for | foreach | if | macro | operation | sequence | try | while |
Name | Required | Description |
variable | yes | The name for the counter variable for this looping statement. The scope for this variable is limited to the <for> loop. |
startcountervalue | yes | The number or expression that defines the number to use as the counter for the first loop. The increment is always one. |
finalcountervalue | yes | The number or expression that defines the number of the last loop to execute. Expressions must evaluate to an integer value. |