< Futurebasic < Language < Reference
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$
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.