Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Space$
String
= Space$ (
Length
AS Integer
)
Returns a string containing
Length
spaces.
Examples
PRINT
"<"
;
Space$
(
8
);
">"
< >
See also
String Functions