×

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

Array GetStringValue

Revision as of 21:19, 27 February 2017 by Angelina (talk | contribs) (Created page with "Returns the string value with a certain index from numerical array. == Usage == <syntaxhighlight>Array_GetStringValue</syntaxhighlight> ==Example== Assign the second float...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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