Home > dev > api > name > gb.storestring 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
GB.StoreString
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

api/cat/store, GB_STRING