SPC(numChars)
When used with PRINT or LPRINT, this outputs the number of spaces specified by numChars.
numChars
PRINT "Hello" SPC(10) "out there." program output: Hello out there.
PRINT; LPRINT; STRING$