Sets the run index for the settings (only has effect on settings with run array). A run array can be defined with syntax [settingFor1stRun ; settingFor2ndRun ; SettingFor3rdRun] I.e. settings are put in brackets and delimited with semicolon. First run's setting is returned when
(int index)
| 99 | * -1 to disable run indexing |
| 100 | */ |
| 101 | public static void setRunIndex(int index) { |
| 102 | runIndex = index; |
| 103 | writtenSettings.clear(); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Checks that the given integer array contains a valid range. I.e., |
no outgoing calls