Home / api / name / gb.storestring 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
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