Changes

Jump to navigation Jump to search

Spaces

15 bytes removed, 07:25, 9 February 2012
m
no edit summary
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 ====The example inserts two blank spaces between the letters "a" and "b":  <syntaxhighlight>Print("a"+Spaces(2)+"b");</syntaxhighlight>Inserts two blank spaces between the letters "a" and "b".
[[Category:Text Manipulation]]

Navigation menu