×

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 GetType - MultiCharts
Open main menu

Array GetType

Revision as of 21:27, 27 February 2017 by Angelina (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a numerical value indicating the type of the specified array.

Usage

Array_GetType(ArrayName)

Where:

ArrayName - an expression specifying the name of an array

Return

2 - a true/false array

3 - a string array

7 - a double-precision numerical array

Example

Assign a value, indicating the type of Array1, to Value1 variable:

Value1=Array_GetType(Array1);