Array SetIntegerValue
From MultiCharts
Sets the integer value for a certain index of numerical array
Usage
Array_SetIntegerValue
Example
Set the first and third values of arr array to 500
array: arr[10](false);
Array_SetIntegerValue(arr, 1, 500);
Array_SetIntegerValue(arr, 3, 500);