Gambas dokumentace
Developer Documentation
Jak programovat komponenty v Gambasu
Documents
Jak na...
Kompilace & instalace
Komponenty
Lexikon
Poslední změny
Registrace
Rejstřík jazyka
Rejstřík jazyka
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.FreeString
void
GB.FreeString
( char **
str
)
Releases a string created with
GB.NewString
.
str
points at a variable containing the string pointer.
The variable
str
points at is automatically set to
NULL
.
See also
/wiki/api/cat/string