getFormattedValue Last update: 16.07.2025 public getFormattedValue(index: String, run: Long): String gets a value at the given index for a given run Return String Parameters index the index of the value to get run the run of the variable to get (0-based index) Throws ModelCenterException public getFormattedValue(index: Int, run: Long): String gets a value at the given index for a given run Return String Parameters index the index of the value to get (0-based index) run the run of the variable to get (0-based index) Throws ModelCenterException