Array GetBooleanValue

From MultiCharts
Revision as of 14:16, 16 May 2012 by Roman MultiCharts (talk | contribs) (Created page with "Returns the Boolean value with a certain index from numerical array. ==Usage== <syntaxhighlight>array_getbooleanvalue</syntaxhighlight> ==Example== Assign the second Bool...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);