Open main menu

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);