Changes

Jump to navigation Jump to search

Spaces

399 bytes added, 14:38, 25 January 2012
Created page with "Returns a string expression consisting of a specified number of spaces. ==== Usage ==== <syntaxhighlight>Spaces(Num)</syntaxhighlight> Where: Num - a numerical expre..."
Returns a string expression consisting of a specified number of spaces.

==== Usage ====
<syntaxhighlight>Spaces(Num)</syntaxhighlight>

Where: [[Num]] - a numerical expression specifying the number of spaces

==== Example ====
<syntaxhighlight>The example inserts two blank spaces between the letters "a" and "b":


Print("a"+Spaces(2)+"b");</syntaxhighlight>


[[Category:Text Manipulation]]
Anonymous user

Navigation menu