Difference between revisions of "Array GetBooleanValue"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the Boolean value with a certain index from numerical array. ==Usage== <syntaxhighlight>array_getbooleanvalue</syntaxhighlight> ==Example== Assign the second Bool...")
 
(No difference)

Latest revision as of 14:16, 16 May 2012

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