×

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

Changes

Jump to navigation Jump to search

Array SetValRange

5 bytes added, 21:30, 27 February 2017
no edit summary
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:

Navigation menu