Documentazione di Gambas
Application Repository
Come...
Componenti
Da fare
Documentazione Sviluppatori
Come programmare componenti in C/C++
Come programmare componenti in Gambas
Gambas API
Name
GB.Add
Documenti
Indice del linguaggio
LEGGIMI
Lessico
Licenza dello Wiki
Messaggi di errore
Panoramica del linguaggio
Registrazione
Ultime modifiche
Wiki Manual
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
GB.ExtendString
void
GB.ExtendString
( char **
str
, long
len
)
Expands or shrink a string so that it has
len
characters length.
str
points at a variable that contains the string address.
len
is the new string length.
See also
/wiki/api/cat/string