Space( int:count ) → string
Returns a string consisting of count spaces.
Example:
Output("Hello" + Space(10) + "World"); --> Hello World
See also: String