Range - Get a list (in increasing order) of all the integers between two numbers

Triggers

<Limit 1>, <Limit 2> (non-repetitive triggers [both required]): Two numbers that define a range (not necessarily whole numbers, not necessarily different).

Notice: There is no assumption that <Limit 1> is smaller than <Limit 2> or vice versa. In both cases, the range is well defined.

Exit

<Numbers> (repetitive exit [required]): A list of all the whole numbers between <Limit 1> and <Limit 2> (can contain no item if there is no fitting whole number).

Usage Example

Many times Range is used to create a set of indexes to control the performance of a repetitive process, as in "Common/Templates/Modules/Rich Table/Template/Populate Table/Update Display/Create Page Links":