CreateRange

Returns a read-only list of numbers; starting and stopping at user-defined values. This list can then be used to create a looping construct in conjunction with a Composite Rule.

Table 1. Input Properties
Property Type Description
rangeStart Number The starting position of the range.
rangeEnd Number The ending position of the range
rangeStep Number The interval at which looping occurs within the range. For example, in a range list of 10, a rangeStep of "2" would result in 5 loops.