×

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.

Changes - MultiCharts
Open main menu

Changes

Array SetValRange

801 bytes added, 14:44, 20 January 2012
Created page with "Assigns a specified value to each element within a specified range, of the specified one-dimensional array. ==== Usage ==== <syntaxhighlight>Array_SetValRange(ArrayName,Sta..."
Assigns a specified value to each element within a specified range, of the specified one-dimensional array.

==== Usage ====
<syntaxhighlight>Array_SetValRange(ArrayName,StartIndex,EndIndex,Value)</syntaxhighlight>

Where: [[ArrayName]] - an expression specifying the name of an array

[[StartIndex]] - a numerical expression specifying the starting index for the range

[[EndIndex]] - a numerical expression specifying the ending index for the range

[[Value]] - a value to be assigned to each element within the range

==== Example ====
Assign a value of True to each element within a segment, beginning at index 4 and ending at index 6, of Array1:

<syntaxhighlight>Array_SetValRange(Array1,4,6,True);</syntaxhighlight>


[[Category:Dynamic Arrays]]
Anonymous user