×

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.

Array GetStringValue - MultiCharts
Open main menu

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