Open main menu

Array GetBooleanValue

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)

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