<<
Index
>>
FutureBasic 5
spc
function
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$