×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

Array GetIntegerValue

330 bytes added, 18:01, 16 May 2012
Created page with "Returns the integer value with a certain index from array. ==Usage== <syntaxhighlight>array_getintegervalue</syntaxhighlight> ==Example== Assign the second float value of..."
Returns the integer value with a certain index from array.

==Usage==

<syntaxhighlight>array_getintegervalue</syntaxhighlight>

==Example==

Assign the second float value of arr array to Value1 variable:
<syntaxhighlight>array: arr[10](0);
value1 = array_getintegervalue(arr, 2);
</syntaxhighlight>


[[Category:Dynamic Arrays]]