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
String$
String
= String$ (
Length
AS Integer
,
Pattern
AS String
)
Return a string containing
Length
times the
Pattern
.
Examples
Print
String$
(
12
,
"*"
)
************
Print
String$
(
2
,
"Gambas"
)
GambasGambas
See also
String Functions
String