SPACE$

This command will produce a string containing the number of spaces specified.

  Syntax
Return String=SPACE$(Number of Spaces)
  Parameters
Number of Spaces
Integer
The number of space to use

  Returns

The value returned is a string containing the number of space characters specified

  Example Code
PRINT "Place ten spaces "+SPACE$(10)+"here"
WAIT KEY
  See also

TEXT Commands Menu
Index