Step Input for Single-value Iteration Parameters
Use Single-value Iteration Parameters to define values in a [min – max: step] 3-tuple instead of individually listing out all values.
Syntax:
[{min value} – {max value}: {step}]
The step must be an integer.
Example:
[5 – 50: 10]
produces
5, 15, 25, 35, 45