Spaces
From MultiCharts
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".