×

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.

Fill Array - MultiCharts
Open main menu

Fill Array

Revision as of 14:57, 20 January 2012 by 194.84.116.138 (talk) (Created page with "Assigns a specified value to each element of the specified one-dimensional array. ==== Usage ==== <syntaxhighlight>Fill_Array(ArrayName,Value)</syntaxhighlight> Where: [[...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Assigns a specified value to each element of the specified one-dimensional array.

Usage

Fill_Array(ArrayName,Value)

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:

Fill_Array(Array1,True);