Array GetStringValue

From MultiCharts
Jump to navigation Jump to search

Returns the string value with a certain index from numerical array.

Usage

Array_GetStringValue

Example

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

Array: arr[10](0); 
Value1 = Array_GetStringValue (arr, 2);