<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > String Formatting > Value Series |
A value series is a string that represents a ordered values in a list.
Index base is 1, not 0 (and I do apologize emphatically for this). White space is ignored in the Value Series string.
Value Series shall be one of four formats.
"*" Applies to all values in the list.
"n" Applies to the nth value in the list. Examples
•"1"
•"10"
"n..m" Applies to the nth through the mth values in the list. 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
"n..m,s" Applies to the nth through the mth values in the list, with a step of s. 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
Note:
The Reconfigurable Rulebook and functionality will be fully implemented in the 3.0 release of Orion Scoring System. Athena and Rezults both 100% implement the Reconfigurable Rulebook.