Home / api / name / gb.addstring 
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.AddString
Syntax
void GB.AddString ( char **str , const char *add , long len )

Adds a string to another one, by expanding it as needed.

Use this function if you need a string buffer to catenate other strings, and if you don't know the length of the final string.

Do not forget to release the string buffer when you do not need it anymore.

See also

String Management