Array GetBooleanValue

From MultiCharts
Jump to navigation Jump to search

Returns the Boolean value with a certain index from numerical array.

Usage

array_getbooleanvalue

Example

Assign the second Boolean value of the “arr” array to Value1 variable:

array: arr[10](0);
value1 = array_getbooleanvalue (arr, 2);