Array GetIntegerValue

From MultiCharts
Revision as of 18:01, 16 May 2012 by Roman MultiCharts (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the integer value with a certain index from array.

Usage

array_getintegervalue

Example

Assign the second float value of arr array to Value1 variable:

array: arr[10](0);
value1 = array_getintegervalue(arr, 2);