×

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

Fill Array

4 bytes removed, 06:48, 29 October 2019
Assigns a specified value to each element of the specified one-dimensional array.
==== Usage ====
<syntaxhighlight>Fill_Array(ArrayName,Value)</syntaxhighlight>
Where: [[:'''ArrayName]] ''' - an expression specifying the name of an array
[[:'''Value]] ''' - a value to be assigned to each element of the array ==== Example ====
Assign a value of True to each element of Array1:
<syntaxhighlight>Fill_Array(Array1,True);</syntaxhighlight>
[[Category:Dynamic Arrays]]