<<
Index
>>
FutureBasic
spc
function
Syntax
spc
(
numChars
)
Description
When used with
print
, this outputs the number of spaces specified by
numChars
.
Example
print
"Hello"
spc
(10) "out there."
program output:
Hello out there.
See also
print
;
string$