IntegerRange - Low/High (Expression) — SkBriggy
Addon: SkBriggy · Category: Expression · Since: 1.0.0
Syntax
[the] (low|high) range of %intrange%Description
Get the low/high point of an integer range.
Examples
set {_low} to low range of {_intrange}
set {_high} to high range of {_intrange}
set {_ints::} to integers between {_low} and {_high}