FunctionsUseful Functions
$seq
Returns a sequence of numbers, decided by a starting (inclusive) number and stop at ending (inclusive) number with step.
Usage:
Usage:
$seq[Start;End;Step (optional, default=1);Separator (default ' ')]Example:
Member
9/5/2026
!!exec $seq[1;10]
Custom Command
APP
9/5/2026
1 2 3 4 5 6 7 8 9 10
This can be used with $forEach quite easily
Function difficulty: Difficult
Tags: Sequence Numbers List Return List For Each