+1 888 340 6572

Array SetStringValue

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sets the string value for a certain index of the array

Usage

Array_SetStringValue

Example

Set the first and third values of arr array to “array string”

array: arr[10](false);
Array_SetStringValue(arr, 1, "array string");
Array_SetStringValue(arr, 3, "array string");