Spaces

From MultiCharts
Revision as of 07:25, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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

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