×

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.

Spaces - MultiCharts
Open main menu

Returns a string expression consisting of a specified number of spaces.

Usage

Spaces(Num)

Where:

Num - a numerical expression specifying the number of spaces.

Example

Print("a" + Spaces(2) + "b");

Inserts two blank spaces between the letters "a" and "b".