<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > String Formatting > Value Series |
Can be one of four formats.
First, just an integer value. Examples
•"1"
•"10"
Second, a starting integer, followed by "..", followed by an ending integer. Examples
•"1..10": Which gets transformed to the range 1, 2, 3, ... 10
•"1..60": Which gets transformed to the range 1, 2, 3, ... 60
Third, the above, but followed by a "," and then an integer step value. Examples
•"1..10,2": Which gets transformed to the range 1, 3, 5, 7, 9
•"1, 60, 10": Which gets transformed to the range 1, 11, 21, 31, 41, 51
•"10..1,-1: Which gets transformed to the range 10, 9, 8, ... 1
Four, the function LAST(n), where n is an integer.
Note:
The Reconfigurable Rulebook and functionality will be implemented with the release of Orion Scoring System v. 3.0 (TBA)