+1 888 340 6572

Array SetBooleanValue

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 Boolean value for a certain index of array

Usage

Array_SetBooleanValue

Example

Set the first and third values of arr array to TRUE

array: arr[10](false);
array_setbooleanvalue(arr, 1, true);
array_setbooleanvalue(arr, 3, true);