Array GetFloatValue

From MultiCharts
Jump to navigation Jump to search

Returns the float value with a certain index from array.

Usage

array_getfloatvalue

Example

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

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