Futurebasic/Language/Reference/spc
SPC
Syntax
SPC(numChars)
Description
When used with PRINT or LPRINT, this outputs the number of spaces specified by numChars.
Example
PRINT "Hello" SPC(10) "out there." program output: Hello out there.
See Also
PRINT; LPRINT; STRING$