Home / api / name / gb.storestring 
GB.StoreString
Syntax
void GB.StoreString ( GB_STRING *src , char **dst )

Store a Gambas String value into memory.

If a string was stored in dst, it is released before being replaced by the new one.

The stored string is a copy of the Gambas string src, and is stored as a char *. A zero-length string is stored as a null pointer.


See also
Storing Values In Memory  GB_STRING