Spaces

From MultiCharts
Jump to navigation Jump to search

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

The example inserts two blank spaces between the letters "a" and "b":


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