$seq
Returns a sequence of numbers, decided by a starting (inclusive) number and stop at ending (inclusive) number with step.
Usage:
$seq[Start;End;Step (optional, default=1)]
Example:
TIP
This can be used with $forEach quite easily
Returns a sequence of numbers, decided by a starting (inclusive) number and stop at ending (inclusive) number with step.
$seq[Start;End;Step (optional, default=1)]
TIP
This can be used with $forEach quite easily