Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
Documents
How To's
Language Index
Assignments
Datatypes
DIV
FALSE
FUNCTION
PRINT
QUIT
RAISE
Replace$
STOP EVENT
WAIT
Year
Language Overviews
Lèxic
Missatges d'Error
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