+1 888 340 6572

Array GetStringValue

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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